Skip to content

Commit 0279f8d

Browse files
authored
Remove cfg(not(bootstrap)) (#885)
1 parent 7ba34a3 commit 0279f8d

File tree

1 file changed

+0
-2
lines changed
  • crates/core_arch/src/aarch64

1 file changed

+0
-2
lines changed

crates/core_arch/src/aarch64/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ pub use self::neon::*;
1515
mod crypto;
1616
pub use self::crypto::*;
1717

18-
#[cfg(not(bootstrap))]
1918
mod tme;
20-
#[cfg(not(bootstrap))]
2119
pub use self::tme::*;
2220

2321
mod crc;

0 commit comments

Comments
 (0)