Cleanup last uses of the stdsimd feature

This commit is contained in:
Amanieu d'Antras
2023-10-26 18:11:28 +01:00
parent 941d609570
commit b8ba57f310
11 changed files with 8 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ macro_rules! features {
) => {
#[macro_export]
$(#[$macro_attrs])*
#[allow_internal_unstable(stdarch_internal, stdsimd)]
#[allow_internal_unstable(stdarch_internal)]
#[cfg($cfg)]
#[doc(cfg($cfg))]
macro_rules! $macro_name {

View File

@@ -20,6 +20,8 @@
#![cfg_attr(test, allow(unused_imports))]
#![no_std]
#![allow(internal_features)]
// Temporary hack: needed to build against toolchains from before the mass feature renaming.
#![feature(stdsimd)]
#[cfg(test)]
#[macro_use]