diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-02-10 00:40:14 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-02-10 12:26:14 +1100 |
| commit | cf1096eb72e93eeaaed2c8117d68b5798928330b (patch) | |
| tree | 6019df716884eb31ac0ec85e052ad51cbd5fe115 /compiler/rustc_lint/src/lib.rs | |
| parent | d44e3b95cb9d410d89cb8ab3233906a33f43756a (diff) | |
| download | rust-cf1096eb72e93eeaaed2c8117d68b5798928330b.tar.gz rust-cf1096eb72e93eeaaed2c8117d68b5798928330b.zip | |
Remove unnecessary `#![feature(min_specialization)]`
Diffstat (limited to 'compiler/rustc_lint/src/lib.rs')
| -rw-r--r-- | compiler/rustc_lint/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/lib.rs b/compiler/rustc_lint/src/lib.rs index 5c2a422a2b7..5f769e9ad8a 100644 --- a/compiler/rustc_lint/src/lib.rs +++ b/compiler/rustc_lint/src/lib.rs @@ -35,7 +35,6 @@ #![feature(iter_order_by)] #![feature(let_chains)] #![feature(trait_upcasting)] -#![feature(min_specialization)] #![feature(rustc_attrs)] #![allow(internal_features)] |
