We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e201bf4 commit 0f186e3Copy full SHA for 0f186e3
crates/core_arch/src/acle/mod.rs
@@ -73,9 +73,9 @@ mod crc;
73
#[cfg(any(target_arch = "aarch64", target_feature = "v7", doc))]
74
pub use crc::*;
75
76
-#[cfg(any(target_feature = "v7", doc))]
+#[cfg(any(target_arch = "aarch64", target_feature = "v7", doc))]
77
mod crypto;
78
-#[cfg(any(arget_feature = "v7", doc))]
79
pub use self::crypto::*;
80
81
0 commit comments