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_codegen_llvm | |
| parent | d44e3b95cb9d410d89cb8ab3233906a33f43756a (diff) | |
| download | rust-cf1096eb72e93eeaaed2c8117d68b5798928330b.tar.gz rust-cf1096eb72e93eeaaed2c8117d68b5798928330b.zip | |
Remove unnecessary `#![feature(min_specialization)]`
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index de96bf477ad..e688e84db61 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -13,7 +13,6 @@ #![feature(hash_raw_entry)] #![feature(iter_intersperse)] #![feature(let_chains)] -#![feature(min_specialization)] #![feature(impl_trait_in_assoc_type)] #[macro_use] |
