compiler-builtins: Remove unused lints.rust table
The unexpected configs are now unused or known to `rustc` in our CI.
This commit is contained in:
parent
ab453db3c4
commit
3497619ec1
1 changed files with 0 additions and 4 deletions
|
|
@ -55,7 +55,3 @@ rustc-dep-of-std = ["compiler-builtins", "dep:core"]
|
|||
# This makes certain traits and function specializations public that
|
||||
# are not normally public but are required by the `builtins-test`
|
||||
unstable-public-internals = []
|
||||
|
||||
[lints.rust]
|
||||
# The cygwin config can be dropped after our benchmark toolchain is bumped
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)', 'cfg(target_os, values("cygwin"))'] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue