Skip to content

Commit be48cb3

Browse files
committed
Revert "Allowing the unexpected_cfgs lint"
This reverts commit 56f6618.
1 parent 8149678 commit be48cb3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

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

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

119
[workspace.lints.clippy]

0 commit comments

Comments
 (0)