We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9912929 commit eeff7abCopy full SHA for eeff7ab
Cargo.toml
@@ -29,3 +29,6 @@ std = []
29
# Enable the implementation of the map Key trait for ArrayVec and ArrayString
30
arrayvec = ["dep:arrayvec"]
31
_test = ["dep:futures", "dep:approx", "std", "arrayvec"]
32
+
33
+[lints.rust]
34
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing_repro)'] }
build.rs
0 commit comments