We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e54b8 commit a4014f0Copy full SHA for a4014f0
library/std/tests/run-time-detect.rs
@@ -16,7 +16,6 @@ fn arm_linux() {
16
// tidy-alphabetical-start
17
println!("aes: {}", is_arm_feature_detected!("aes"));
18
println!("crc: {}", is_arm_feature_detected!("crc"));
19
- println!("crypto: {}", is_arm_feature_detected!("crypto"));
20
println!("neon: {}", is_arm_feature_detected!("neon"));
21
println!("pmull: {}", is_arm_feature_detected!("pmull"));
22
println!("sha2: {}", is_arm_feature_detected!("sha2"));
0 commit comments