diff --git a/Cargo.toml b/Cargo.toml index 9e250774631..2add525b7e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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)']