Skip to content

Commit

Permalink
Remove test for crypto feature ahead of its removal
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgemmell committed May 19, 2021
1 parent 904467a commit d3737a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/tests/run-time-detect.rs
Expand Up @@ -27,7 +27,6 @@ fn aarch64_linux() {
println!("asimd: {}", is_aarch64_feature_detected!("asimd"));
println!("sve: {}", is_aarch64_feature_detected!("sve"));
println!("crc: {}", is_aarch64_feature_detected!("crc"));
println!("crypto: {}", is_aarch64_feature_detected!("crypto"));
println!("lse: {}", is_aarch64_feature_detected!("lse"));
println!("rdm: {}", is_aarch64_feature_detected!("rdm"));
println!("rcpc: {}", is_aarch64_feature_detected!("rcpc"));
Expand Down

0 comments on commit d3737a6

Please sign in to comment.