mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
Ignore unexpected_cfgs warning for bootstrap
This commit is contained in:
parent
284b596ac4
commit
567b65e537
@ -71,3 +71,7 @@ harness = false
|
||||
# without increasing total build times.
|
||||
[profile.dev.package.quine-mc_cluskey]
|
||||
opt-level = 3
|
||||
|
||||
[lints.rust.unexpected_cfgs]
|
||||
level = "warn"
|
||||
check-cfg = ['cfg(bootstrap)']
|
||||
|
Loading…
x
Reference in New Issue
Block a user