mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
Remove unused import from libcore/alloc
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
use crate::fmt;
|
||||
use crate::mem;
|
||||
use crate::ptr::{self, NonNull, Unique};
|
||||
use crate::ptr::{self, NonNull};
|
||||
|
||||
/// The `AllocErr` error indicates an allocation failure
|
||||
/// that may be due to resource exhaustion or to
|
||||
|
||||
Reference in New Issue
Block a user