Skip to content

Commit

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

0 comments on commit 4d2aaa2

Please sign in to comment.