Skip to content

Commit a4014f0

Browse files
std: remove test for arm's crypto feature
please see #110285 (comment) for more details
1 parent f7e54b8 commit a4014f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/tests/run-time-detect.rs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fn arm_linux() {
1616
// tidy-alphabetical-start
1717
println!("aes: {}", is_arm_feature_detected!("aes"));
1818
println!("crc: {}", is_arm_feature_detected!("crc"));
19-
println!("crypto: {}", is_arm_feature_detected!("crypto"));
2019
println!("neon: {}", is_arm_feature_detected!("neon"));
2120
println!("pmull: {}", is_arm_feature_detected!("pmull"));
2221
println!("sha2: {}", is_arm_feature_detected!("sha2"));

0 commit comments

Comments
 (0)