Skip to content

Commit bfbdb5f

Browse files
committed
Remove unused import from libcore/alloc
1 parent fed3d6e commit bfbdb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/alloc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub use self::layout::{Layout, LayoutErr};
1212

1313
use crate::fmt;
1414
use crate::mem;
15-
use crate::ptr::{self, NonNull, Unique};
15+
use crate::ptr::{self, NonNull};
1616

1717
/// The `AllocErr` error indicates an allocation failure
1818
/// that may be due to resource exhaustion or to

0 commit comments

Comments
 (0)