We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e77d2e6 + ca6e574 commit b5caf32Copy full SHA for b5caf32
1 file changed
Cargo.toml
@@ -26,6 +26,9 @@ const_mut_refs = []
26
version = "0.2.5"
27
optional = true
28
29
+[lints.rust]
30
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
31
+
32
[package.metadata.release]
33
dev-version = false
34
pre-release-replacements = [
0 commit comments