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