We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bench
1 parent 522fb33 commit d8e4040Copy full SHA for d8e4040
Cargo.toml
@@ -65,3 +65,6 @@ required-features = ["std", "base64"]
65
[workspace]
66
members = ["bitcoind-tests", "fuzz"]
67
exclude = ["embedded"]
68
+
69
+[lints.rust]
70
+unexpected_cfgs = { level = "deny", check-cfg = ['cfg(bench)'] }
0 commit comments