Skip to content

Commit

Permalink
style: mark default clippy lints as deny
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Oct 3, 2024
1 parent 4be85e8 commit 9965a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jj-lib-proc-macros = { path = "lib/proc-macros", version = "0.22.0" }
testutils = { path = "lib/testutils" }

[workspace.lints.clippy]
all = "deny"
explicit_iter_loop = "deny"
flat_map_option = "deny"
implicit_clone = "deny"
Expand Down

0 comments on commit 9965a48

Please sign in to comment.