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:
Trevor Gross 2025-06-10 06:49:28 +00:00
parent ab453db3c4
commit 3497619ec1

View file

@ -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"))'] }