Skip to content

Commit

Permalink
fix: unexpected cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij committed Jun 8, 2024
1 parent bb13c10 commit 1ecdc48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ features = ["stream"]
[[bench]]
name = "main"
harness = false

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

0 comments on commit 1ecdc48

Please sign in to comment.