Remove useless extern crate stmt

This commit is contained in:
wtfsck 2021-01-26 17:51:48 +01:00
parent 3dcc16cbe7
commit 3795ccc818
1 changed files with 0 additions and 3 deletions

View File

@ -1223,9 +1223,6 @@ extern crate core;
extern crate lazy_static;
#[macro_use]
extern crate static_assertions;
#[cfg(not(feature = "std"))]
#[cfg(all(feature = "encoder", feature = "block_encoder"))]
extern crate hashbrown;
#[cfg(all(feature = "encoder", feature = "block_encoder"))]
mod block_enc;