We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb13c10 commit 1ecdc48Copy full SHA for 1ecdc48
Cargo.toml
@@ -75,3 +75,7 @@ features = ["stream"]
75
[[bench]]
76
name = "main"
77
harness = false
78
+
79
+[lints.rust.unexpected_cfgs]
80
+level = "warn"
81
+check-cfg = ["cfg(fuzzing)"]
0 commit comments