We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check-cfg
cfg(fuzzing)
1 parent dad0fb2 commit 7916beaCopy full SHA for 7916bea
1 file changed
fuzz/Cargo.toml
@@ -9,3 +9,9 @@ afl = "0.15.10"
9
clap = { version = "4.1.13", features = ["derive"] }
10
num-traits = "0.2.15"
11
rustc_apfloat = { path = ".." }
12
+
13
+[lints.rust]
14
+unexpected_cfgs = { level = "warn", check-cfg = [
15
+ # Set by the fuzzer
16
+ 'cfg(fuzzing)',
17
+] }
0 commit comments