Skip to content

Commit

Permalink
fix latest clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Nov 20, 2024
1 parent 588c317 commit c777d95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ readme = "README.md"
keywords = ["chess"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(coverage)',
'cfg(feature, values("used_linker"))',
] }

[dependencies]
arrayvec = { version = "0.7.6", default-features = false, features = ["std"] }
Expand Down

0 comments on commit c777d95

Please sign in to comment.