Skip to content

Commit

Permalink
chore: Ignore "unknown" fuzzing cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Jun 20, 2024
1 parent 6ff5efb commit 324a644
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyvalues-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ serde = { version = "1.0.190", features = ["derive"] }
[[bench]]
name = "ser_de"
harness = false

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

0 comments on commit 324a644

Please sign in to comment.