Skip to content

Commit aaba990

Browse files
authored
Add stdsimd feature to allow_internal_unstable attribute in feature detect macros (#1303)
1 parent 4ba5685 commit aaba990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/std_detect/src/detect/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ macro_rules! features {
1111
) => {
1212
#[macro_export]
1313
$(#[$macro_attrs])*
14-
#[allow_internal_unstable(stdsimd_internal)]
14+
#[allow_internal_unstable(stdsimd_internal, stdsimd)]
1515
#[cfg($cfg)]
1616
#[doc(cfg($cfg))]
1717
macro_rules! $macro_name {

0 commit comments

Comments
 (0)