Skip to content

Commit 0f186e3

Browse files
ByronAmanieu
andauthored
Apply review suggestions
It seems this one was missed in the batch. Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent e201bf4 commit 0f186e3

File tree

1 file changed

+2
-2
lines changed
  • crates/core_arch/src/acle

1 file changed

+2
-2
lines changed

crates/core_arch/src/acle/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ mod crc;
7373
#[cfg(any(target_arch = "aarch64", target_feature = "v7", doc))]
7474
pub use crc::*;
7575

76-
#[cfg(any(target_feature = "v7", doc))]
76+
#[cfg(any(target_arch = "aarch64", target_feature = "v7", doc))]
7777
mod crypto;
78-
#[cfg(any(arget_feature = "v7", doc))]
78+
#[cfg(any(target_arch = "aarch64", target_feature = "v7", doc))]
7979
pub use self::crypto::*;
8080

8181
#[cfg(any(target_arch = "aarch64", target_feature = "v7", doc))]

0 commit comments

Comments
 (0)