1
Fork 0

Remove unnecessary min_specialization after bootstrap

These crates all needed specialization for `newtype_index!`, which will no
longer be necessary when the current nightly eventually becomes the next
bootstrap compiler.
This commit is contained in:
Zalathar 2024-02-10 14:52:57 +11:00
parent 7b73e4fd44
commit a2479a4ae7
11 changed files with 11 additions and 11 deletions

View file

@ -24,7 +24,7 @@
#![feature(option_take_if)]
#![feature(never_type)]
#![feature(type_alias_impl_trait)]
#![feature(min_specialization)]
#![cfg_attr(bootstrap, feature(min_specialization))]
#![recursion_limit = "512"] // For rustdoc
#[macro_use]