Skip to content

Commit

Permalink
Move -Dclippy::correctness to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
MJLNSN committed Mar 5, 2025
1 parent 449306e commit 71bacba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[target.'cfg(feature = "cargo-clippy")']
rustflags = [
"-Aclippy::all",
"-Dclippy::correctness",
"-Dclippy::complexity",
"-Aclippy::bind_instead_of_map", # stylistic
"-Aclippy::borrowed-box", # Reasonable to fix this one
Expand All @@ -29,4 +28,5 @@ rustflags = [
"-Aclippy::while_immutable_condition", # false positives
"-Aclippy::zero-prefixed-literal", # 00_1000_000
"-Asuspicious-double-ref-op",
"-Dclippy::correctness",
]

0 comments on commit 71bacba

Please sign in to comment.