Skip to content

Commit

Permalink
Improve fuzz lints
Browse files Browse the repository at this point in the history
  • Loading branch information
diondokter committed Dec 28, 2024
1 parent fac5dfa commit 0decdba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ name = "map"
path = "fuzz_targets/map.rs"
test = false
doc = false

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

0 comments on commit 0decdba

Please sign in to comment.