Skip to content

Commit 5a6ca2d

Browse files
committed
Add #![allow(internal_features)] to a test to fix CI
1 parent 821a641 commit 5a6ca2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/std_detect/tests/cpu-detection.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(internal_features)]
12
#![feature(stdarch_internal)]
23
#![cfg_attr(target_arch = "arm", feature(stdarch_arm_feature_detection))]
34
#![cfg_attr(target_arch = "powerpc", feature(stdarch_powerpc_feature_detection))]

0 commit comments

Comments
 (0)