diff --git a/Cargo.toml b/Cargo.toml index bb2bf86..c17719c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,3 +53,6 @@ harness = false lto = true strip = true codegen-units = 1 + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pastel_normal_build)'] }