Add stdsimd feature to allow_internal_unstable attribute in feature detect macros (#1303)
This commit is contained in:
parent
f4d6903728
commit
bae054af11
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue