Skip to content

Commit 872bd14

Browse files
committed
Remove unnecessary imports.
1 parent 011fe7e commit 872bd14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,12 @@ cfg_if! {
4949
pub use alloc::boxed;
5050
pub use alloc::vec;
5151
pub use alloc::string;
52-
pub use alloc::borrow;
53-
pub use alloc::collections::btree_map;
5452
}
5553
} else {
5654
mod imports {
5755
pub use std::boxed;
5856
pub use std::vec;
5957
pub use std::string;
60-
pub use std::borrow;
61-
pub use std::collections::btree_map;
6258
}
6359
}
6460
}

0 commit comments

Comments
 (0)