Remove cfg(not(bootstrap)) (#885)
This commit is contained in:
parent
1edc72e825
commit
43006f68bd
1 changed files with 0 additions and 2 deletions
|
|
@ -15,9 +15,7 @@ pub use self::neon::*;
|
|||
mod crypto;
|
||||
pub use self::crypto::*;
|
||||
|
||||
#[cfg(not(bootstrap))]
|
||||
mod tme;
|
||||
#[cfg(not(bootstrap))]
|
||||
pub use self::tme::*;
|
||||
|
||||
mod crc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue