Skip to content

Commit

Permalink
tests: enable clippy::get_unwrap lint
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed May 1, 2024
1 parent 6a15805 commit a621ede
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ default-run = "tests"
name = "test-ftdetect"
path = "src/test-ftdetect.rs"

[lints.clippy]
get_unwrap = "warn"

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
ctrlc = "3.4.4"
Expand Down

0 comments on commit a621ede

Please sign in to comment.