Ignore unexpected_cfgs warning for bootstrap

This commit is contained in:
Philipp Krones 2025-08-22 14:25:53 +02:00
parent 284b596ac4
commit 567b65e537
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5

View File

@ -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)']