Skip to content

Commit

Permalink
chore(cargo-machete): fix false-positives in cargo machete check
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 8, 2024
1 parent 749a846 commit 0e6c03e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ferveo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@ path = "benches/bench_main.rs"
harness = false

[package.metadata.cargo-machete]
ignored = ["ark-serialize", "getrandom"]
ignored = [
"getrandom",
"rand_old" # used by benchmarks/pairing.rs
]

0 comments on commit 0e6c03e

Please sign in to comment.