Remove cfg(not(bootstrap)) (#885)

This commit is contained in:
Pietro Albini 2020-08-27 02:07:03 +02:00 committed by GitHub
parent 1edc72e825
commit 43006f68bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;