Skip to content

Commit 9be6426

Browse files
committed
Allowing the unexpected_cfgs lint
This recent change is causing CI to fail: rust-lang/rust#132577 The failure is caused by the `used_linker` feature in code produced by the `ctor::ctor` attribute macro.
1 parent 598f835 commit 9be6426

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ members = ["afl", "cargo-afl"]
33
resolver = "2"
44

55
[workspace.lints.rust.unexpected_cfgs]
6-
level = "deny"
6+
# smoelius: Temporarily setting the lint level to `allow`.
7+
# level = "deny"
8+
level = "allow"
79
check-cfg = ["cfg(fuzzing)"]
810

911
[workspace.lints.clippy]

0 commit comments

Comments
 (0)