Skip to content

Commit 2051016

Browse files
committed
compiler-builtins: Remove unused lints.rust table
The unexpected configs are now unused or known to `rustc` in our CI.
1 parent cd0f202 commit 2051016

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler-builtins/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ rustc-dep-of-std = ["compiler-builtins", "dep:core"]
5555
# This makes certain traits and function specializations public that
5656
# are not normally public but are required by the `builtins-test`
5757
unstable-public-internals = []
58-
59-
[lints.rust]
60-
# The cygwin config can be dropped after our benchmark toolchain is bumped
61-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)', 'cfg(target_os, values("cygwin"))'] }

0 commit comments

Comments
 (0)