Skip to content

Commit

Permalink
Allow cfg(fuzzing)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 18, 2024
1 parent 4a1b982 commit ab45766
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 @@ -42,6 +42,9 @@ term = "0.7"
unstable = ["crc32fast/nightly"]
benchmarks = []

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

[[bench]]
path = "benches/decoder.rs"
name = "decoder"
Expand Down

0 comments on commit ab45766

Please sign in to comment.