Skip to content

Commit f2c4eac

Browse files
committed
Remove all #[cfg(target_arch = "arm")] as it's redundant
1 parent f141aa6 commit f2c4eac

File tree

2 files changed

+1
-93
lines changed

2 files changed

+1
-93
lines changed

crates/core_arch/src/arm/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub use self::sat::*;
3232
all(target_feature = "mclass", target_feature = "dsp"),
3333
doc,
3434
))]
35-
pub(crate) mod dsp;
35+
pub mod dsp;
3636

3737
#[cfg(any(
3838
// >= v5TE but excludes v7-M

0 commit comments

Comments
 (0)