Skip to content

Commit 2411cb0

Browse files
committed
Update stdarch to 461aad2
1 parent cad92b4 commit 2411cb0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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)