mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Remove test for crypto feature ahead of its removal
This commit is contained in:
parent
904467a926
commit
d3737a6607
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user