mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
std: remove test for arm's crypto feature
please see https://github.com/rust-lang/rust/pull/110285#issuecomment-1521201953 for more details
This commit is contained in:
parent
f7e54b85c4
commit
a4014f08a7
@ -16,7 +16,6 @@ fn arm_linux() {
|
||||
// tidy-alphabetical-start
|
||||
println!("aes: {}", is_arm_feature_detected!("aes"));
|
||||
println!("crc: {}", is_arm_feature_detected!("crc"));
|
||||
println!("crypto: {}", is_arm_feature_detected!("crypto"));
|
||||
println!("neon: {}", is_arm_feature_detected!("neon"));
|
||||
println!("pmull: {}", is_arm_feature_detected!("pmull"));
|
||||
println!("sha2: {}", is_arm_feature_detected!("sha2"));
|
||||
|
Loading…
Reference in New Issue
Block a user