Skip to content

Commit

Permalink
Remove warning for fuzzing feature
Browse files Browse the repository at this point in the history
The warning is added in 1.80.0, but can be disabled by updating the
Cargo.toml file.
  • Loading branch information
thvdveld committed Aug 5, 2024
1 parent 94d7ab8 commit 86e56ad
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 @@ -16,6 +16,9 @@ license = "0BSD"
# ensure that the correct features are enabled.
autoexamples = false

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

[dependencies]
managed = { version = "0.8", default-features = false, features = ["map"] }
byteorder = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 86e56ad

Please sign in to comment.