From 394af13667ad2fb81f28eaac59f2e9bdbbe5e520 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Wed, 9 Oct 2024 14:18:14 +1300 Subject: chore: remove devenv Uses a native nix shell. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 28f9cb3..57d05e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,14 +29,10 @@ unsafe_code = "warn" unused = { level = "warn", priority = -1 } [lints.clippy] -complexity = { level = "warn", priority = -1 } -nursery = { level = "warn", priority = -1 } -pedantic = { level = "warn", priority = -1 } -perf = { level = "warn", priority = -1 } -suspicious = { level = "warn", priority = -1 } alloc_instead_of_core = "warn" as_underscore = "warn" clone_on_ref_ptr = "warn" +complexity = { level = "warn", priority = -1 } create_dir = "warn" dbg_macro = "warn" default_numeric_fallback = "warn" @@ -63,8 +59,11 @@ multiple_inherent_impl = "warn" mutex_atomic = "warn" needless_return = "warn" non_ascii_literal = "warn" +nursery = { level = "warn", priority = -1 } panic_in_result_fn = "warn" pattern_type_mismatch = "warn" +pedantic = { level = "warn", priority = -1 } +perf = { level = "warn", priority = -1 } rc_buffer = "warn" rc_mutex = "warn" rest_pat_in_fully_bound_structs = "warn" @@ -74,6 +73,7 @@ str_to_string = "warn" string_add = "warn" string_slice = "warn" string_to_string = "warn" +suspicious = { level = "warn", priority = -1 } tabs_in_doc_comments = "allow" try_err = "warn" undocumented_unsafe_blocks = "warn" -- cgit 1.4.1