Cleanup last uses of the stdsimd feature
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user