Add stdsimd feature to allow_internal_unstable attribute in feature detect macros (#1303)

This commit is contained in:
Jane Lusby 2022-04-28 17:30:25 -07:00 committed by GitHub
parent f4d6903728
commit bae054af11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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