We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed3d6e commit bfbdb5fCopy full SHA for bfbdb5f
src/libcore/alloc/mod.rs
@@ -12,7 +12,7 @@ pub use self::layout::{Layout, LayoutErr};
12
13
use crate::fmt;
14
use crate::mem;
15
-use crate::ptr::{self, NonNull, Unique};
+use crate::ptr::{self, NonNull};
16
17
/// The `AllocErr` error indicates an allocation failure
18
/// that may be due to resource exhaustion or to
0 commit comments