Update feature names for new stdarch

This commit is contained in:
Amanieu d'Antras
2023-10-31 23:06:00 +00:00
parent f8d4b2a150
commit 9a39e41637
7 changed files with 22 additions and 20 deletions

View File

@@ -429,10 +429,6 @@ pub mod primitive;
deprecated_in_future
)]
#[allow(rustdoc::bare_urls)]
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
// merged. It currently cannot because bootstrap fails as the lint hasn't been defined yet.
#[allow(clashing_extern_declarations)]
#[unstable(feature = "stdsimd", issue = "48556")]
mod core_arch;
#[stable(feature = "simd_arch", since = "1.27.0")]