Skip to content

Commit d550656

Browse files
committed
Remove staged_api from the allowed_internal_unstabled of the feature macros
1 parent 7e498df commit d550656

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,staged_api)]
13+
#[allow_internal_unstable(stdsimd_internal,stdsimd)]
1414
macro_rules! $macro_name {
1515
$(
1616
($feature_lit) => {

0 commit comments

Comments
 (0)