Skip to content

Commit 9ec3fa8

Browse files
committed
tests: enable Clippy lint for used underscore-prefixed variables
1 parent a77184e commit 9ec3fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ path = "src/test-ftdetect.rs"
1111

1212
[lints.clippy]
1313
get_unwrap = "warn"
14+
used_underscore_binding = "deny"
1415

1516
[dependencies]
1617
clap = { version = "4.5.13", features = ["derive"] }

0 commit comments

Comments
 (0)