Skip to content

Commit 6dc9abf

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

curves/Cargo.toml

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

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

0 commit comments

Comments
 (0)