Skip to content

Commit cb6fa68

Browse files
committed
Try harder to error on usage of unstable features
1 parent d550656 commit cb6fa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/std_detect/src/detect/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ macro_rules! features {
1010
) => {
1111
#[macro_export]
1212
$(#[$macro_attrs])*
13-
#[allow_internal_unstable(stdsimd_internal,stdsimd)]
13+
#[allow_internal_unstable(stdsimd_internal)]
1414
macro_rules! $macro_name {
1515
$(
1616
($feature_lit) => {

0 commit comments

Comments
 (0)