Skip to content

Commit

Permalink
Enable more clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Aug 27, 2024
1 parent 0581f7a commit 2d96d66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ large_include_file = "warn"
large_stack_arrays = "warn"
large_stack_frames = "warn"
large_types_passed_by_value = "warn"
let_underscore_must_use = "warn"
let_underscore_untyped = "warn"
let_unit_value = "warn"
linkedlist = "warn"
Expand All @@ -125,6 +126,7 @@ manual_string_new = "warn"
map_err_ignore = "warn"
map_flatten = "warn"
map_unwrap_or = "warn"
match_bool = "warn"
match_on_vec_items = "warn"
match_same_arms = "warn"
match_wild_err_arm = "warn"
Expand Down

0 comments on commit 2d96d66

Please sign in to comment.