Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed May 27, 2024
1 parent ef34b84 commit 9b796e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,8 @@ missing_debug_implementations = "warn"
missing_docs = "warn"

[workspace.lints.clippy]
# Additional Clippy lint groups.
nursery = 'warn'
pedantic = 'warn'
all = "deny"
pedantic = "deny"
missing_errors_doc = "warn"
needless_pass_by_value = "warn"
module_name_repetitions = { level = "allow", priority = 1 }
Expand Down

0 comments on commit 9b796e4

Please sign in to comment.