Skip to content

Commit

Permalink
tests: enable Clippy lint for used underscore-prefixed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Aug 2, 2024
1 parent a77184e commit 9ec3fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ path = "src/test-ftdetect.rs"

[lints.clippy]
get_unwrap = "warn"
used_underscore_binding = "deny"

[dependencies]
clap = { version = "4.5.13", features = ["derive"] }
Expand Down

0 comments on commit 9ec3fa8

Please sign in to comment.