Skip to content

Commit

Permalink
sort lints
Browse files Browse the repository at this point in the history
  • Loading branch information
CrockAgile committed Jan 7, 2024
1 parent 351e6ea commit f520372
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ license = "MIT"

[lints.clippy]
all = "deny"
suspicious = "deny"
style = "deny"
complexity = "deny"
perf = "deny"
must_use_candidate = "deny"
doc_markdown = "deny"
missing_const_for_fn = "deny"
clone_on_ref_ptr = "deny"
complexity = "deny"
dbg_macro = "deny"
doc_markdown = "deny"
exhaustive_structs = "deny"
indexing_slicing = "deny"
let_underscore_must_use = "deny"
map_err_ignore = "deny"
missing_const_for_fn = "deny"
must_use_candidate = "deny"
perf = "deny"
print_stderr = "deny"
print_stdout = "deny"
rc_buffer = "deny"
rc_mutex = "deny"
redundant_type_annotations = "deny"
string_to_string = "deny"
style = "deny"
suspicious = "deny"
tests_outside_test_module = "deny"
todo = "deny"
try_err = "deny"
Expand Down

0 comments on commit f520372

Please sign in to comment.