Add #![allow(internal_features)] to a test to fix CI
This commit is contained in:
parent
786f28dd8b
commit
b5406fedd4
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#![allow(internal_features)]
|
||||
#![feature(stdarch_internal)]
|
||||
#![cfg_attr(target_arch = "arm", feature(stdarch_arm_feature_detection))]
|
||||
#![cfg_attr(target_arch = "powerpc", feature(stdarch_powerpc_feature_detection))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue