Skip to content

Commit

Permalink
std: remove test for arm's crypto feature
Browse files Browse the repository at this point in the history
please see rust-lang#110285 (comment) for more details
  • Loading branch information
KisaragiEffective committed May 8, 2023
1 parent f7e54b8 commit a4014f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/tests/run-time-detect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit a4014f0

Please sign in to comment.