Skip to content

Commit

Permalink
Add stdsimd feature to allow_internal_unstable attribute in feature d…
Browse files Browse the repository at this point in the history
…etect macros (#1303)
  • Loading branch information
yaahc authored Apr 29, 2022
1 parent 4ba5685 commit aaba990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/std_detect/src/detect/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit aaba990

Please sign in to comment.