Skip to content

Commit 567b65e

Browse files
committed
Ignore unexpected_cfgs warning for bootstrap
1 parent 284b596 commit 567b65e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ harness = false
7171
# without increasing total build times.
7272
[profile.dev.package.quine-mc_cluskey]
7373
opt-level = 3
74+
75+
[lints.rust.unexpected_cfgs]
76+
level = "warn"
77+
check-cfg = ['cfg(bootstrap)']

0 commit comments

Comments
 (0)