Skip to content

Commit 359845e

Browse files
committed
Always include ACLE when dox is defined
1 parent 40d34fa commit 359845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#[macro_use]
44
mod macros;
55

6-
#[cfg(any(target_arch = "arm", target_arch = "aarch64"))]
6+
#[cfg(any(target_arch = "arm", target_arch = "aarch64", dox))]
77
mod acle;
88

99
mod simd;

0 commit comments

Comments
 (0)