]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/boxed.rs
Auto merge of #68659 - Dylan-DPC:rollup-zo7zi9f, r=Dylan-DPC
[rust.git] / src / liballoc / boxed.rs
index 87a4924f9becc4edb6afb14019668ebc2228a52d..8735c2c8f36253e5f52d238f5ac8101c62dde001 100644 (file)
 use core::slice;
 use core::task::{Context, Poll};
 
-use crate::alloc::{self, Alloc, Global};
+use crate::alloc::{self, AllocRef, Global};
 use crate::raw_vec::RawVec;
 use crate::str::from_boxed_utf8_unchecked;
 use crate::vec::Vec;