diff options
| author | Linus Färnstrand <faern@faern.net> | 2020-04-04 17:24:03 +0200 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2020-04-05 11:22:01 +0200 |
| commit | fff4f083986cb5f0430a78feb139603f0ceeb9c1 (patch) | |
| tree | f48da38700fed8cd016d3e9d2652f2f2dfc03eb2 /src/liballoc/slice.rs | |
| parent | e129923b7e4d58a92c8a0530cd6eaa5be548342d (diff) | |
| download | rust-fff4f083986cb5f0430a78feb139603f0ceeb9c1.tar.gz rust-fff4f083986cb5f0430a78feb139603f0ceeb9c1.zip | |
Stop importing integer modules in liballoc
Diffstat (limited to 'src/liballoc/slice.rs')
| -rw-r--r-- | src/liballoc/slice.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/slice.rs b/src/liballoc/slice.rs index 2ce5bc8ed2f..a3d9c78b7f5 100644 --- a/src/liballoc/slice.rs +++ b/src/liballoc/slice.rs @@ -90,7 +90,6 @@ use core::borrow::{Borrow, BorrowMut}; use core::cmp::Ordering::{self, Less}; use core::mem::{self, size_of}; use core::ptr; -use core::{u16, u32, u8}; use crate::borrow::ToOwned; use crate::boxed::Box; |
