Skip to content

Commit

Permalink
Merge pull request #82 from rust-osdev/fix-warnings
Browse files Browse the repository at this point in the history
Fix warnings about `cfg(fuzzing)`
  • Loading branch information
phil-opp authored May 30, 2024
2 parents e77d2e6 + ca6e574 commit b5caf32
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 @@ -26,6 +26,9 @@ const_mut_refs = []
version = "0.2.5"
optional = true

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

[package.metadata.release]
dev-version = false
pre-release-replacements = [
Expand Down

0 comments on commit b5caf32

Please sign in to comment.