diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-06-10 06:49:28 +0000 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2025-06-10 06:49:28 +0000 |
| commit | 3497619ec1b58e0fa6db5b7047a8bfb3db7dcbf4 (patch) | |
| tree | 0ac3fddefe6afc165b258e8f5de0bb9e85d197f4 | |
| parent | ab453db3c4e7a49d0ed3811c12ae658cf578f78b (diff) | |
| download | rust-3497619ec1b58e0fa6db5b7047a8bfb3db7dcbf4.tar.gz rust-3497619ec1b58e0fa6db5b7047a8bfb3db7dcbf4.zip | |
compiler-builtins: Remove unused `lints.rust` table
The unexpected configs are now unused or known to `rustc` in our CI.
| -rw-r--r-- | library/compiler-builtins/compiler-builtins/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/compiler-builtins/compiler-builtins/Cargo.toml b/library/compiler-builtins/compiler-builtins/Cargo.toml index 11ee9195438..eabb3d62599 100644 --- a/library/compiler-builtins/compiler-builtins/Cargo.toml +++ b/library/compiler-builtins/compiler-builtins/Cargo.toml @@ -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"))'] } |
