We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba5685 commit aaba990Copy full SHA for aaba990
crates/std_detect/src/detect/macros.rs
@@ -11,7 +11,7 @@ macro_rules! features {
11
) => {
12
#[macro_export]
13
$(#[$macro_attrs])*
14
- #[allow_internal_unstable(stdsimd_internal)]
+ #[allow_internal_unstable(stdsimd_internal, stdsimd)]
15
#[cfg($cfg)]
16
#[doc(cfg($cfg))]
17
macro_rules! $macro_name {
0 commit comments