Skip to content

Commit

Permalink
chore: add deny lint to toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Oct 5, 2024
1 parent 0124684 commit ac6b488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ semicolon_if_nothing_returned = "deny"
unnested_or_patterns = "deny"
unreadable_literal = "deny"
must_use_candidate = "deny"
range_plus_one = "deny"
range_plus_one = "deny"
redundant_closure_for_method_calls = "deny"

0 comments on commit ac6b488

Please sign in to comment.