Skip to content

Commit

Permalink
add check-cfg lint config to allow the ci variable
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen committed Jul 18, 2024
1 parent 7081168 commit 8420249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ incremental = true
debug-assertions = true
debug = true

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] }

[patch.crates-io]
ark-ff = { git = "https://github.com/arkworks-rs/algebra/" }
ark-ec = { git = "https://github.com/arkworks-rs/algebra/" }
Expand Down

0 comments on commit 8420249

Please sign in to comment.