Skip to content

Commit d3737a6

Browse files
committed
Remove test for crypto feature ahead of its removal
1 parent 904467a commit d3737a6

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
@@ -27,7 +27,6 @@ fn aarch64_linux() {
2727
println!("asimd: {}", is_aarch64_feature_detected!("asimd"));
2828
println!("sve: {}", is_aarch64_feature_detected!("sve"));
2929
println!("crc: {}", is_aarch64_feature_detected!("crc"));
30-
println!("crypto: {}", is_aarch64_feature_detected!("crypto"));
3130
println!("lse: {}", is_aarch64_feature_detected!("lse"));
3231
println!("rdm: {}", is_aarch64_feature_detected!("rdm"));
3332
println!("rcpc: {}", is_aarch64_feature_detected!("rcpc"));

0 commit comments

Comments
 (0)