Skip to content

Commit

Permalink
minion_rs: strict unwrap lints
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Nov 20, 2023
1 parent 406951a commit 1316f27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
allow-unwrap-in-tests=true
allow-expect-in-tests=true


7 changes: 3 additions & 4 deletions solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cc = { version = "1.0.84", features = ["parallel"] }
bindgen = "0.69.1"
glob = "0.3.1"


[lints]
workspace = true

[lints.clippy]
unwrap_used = "deny"
expect_used = "deny"

0 comments on commit 1316f27

Please sign in to comment.