diff --git a/curves/Cargo.toml b/curves/Cargo.toml index 3c06d1e8f41..269059113e8 100644 --- a/curves/Cargo.toml +++ b/curves/Cargo.toml @@ -9,6 +9,11 @@ readme = "../README.md" edition = "2021" license = "Apache-2.0" +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = [ + "cfg(feature, values(\"asm\"))", +] } + [dependencies] ark-bn254.workspace = true ark-ec.workspace = true