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.
1 parent 284b596 commit 567b65eCopy full SHA for 567b65e
Cargo.toml
@@ -71,3 +71,7 @@ harness = false
71
# without increasing total build times.
72
[profile.dev.package.quine-mc_cluskey]
73
opt-level = 3
74
+
75
+[lints.rust.unexpected_cfgs]
76
+level = "warn"
77
+check-cfg = ['cfg(bootstrap)']
0 commit comments