Skip to content

Commit 1ecdc48

Browse files
committed
fix: unexpected cfgs
1 parent bb13c10 commit 1ecdc48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ features = ["stream"]
7575
[[bench]]
7676
name = "main"
7777
harness = false
78+
79+
[lints.rust.unexpected_cfgs]
80+
level = "warn"
81+
check-cfg = ["cfg(fuzzing)"]

0 commit comments

Comments
 (0)