Skip to content

Commit e657010

Browse files
committed
fix(curves): allow asm cfg from ark-ff derive macros
1 parent e8e0279 commit e657010

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

curves/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ readme = "../README.md"
99
edition = "2021"
1010
license = "Apache-2.0"
1111

12+
[lints.rust]
13+
unexpected_cfgs = { level = "warn", check-cfg = [
14+
"cfg(feature, values(\"asm\"))",
15+
] }
16+
1217
[dependencies]
1318
ark-bn254.workspace = true
1419
ark-ec.workspace = true

0 commit comments

Comments
 (0)