]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/sync.rs
Auto merge of #68625 - JohnTitor:rollup-20pfcru, r=JohnTitor
[rust.git] / src / liballoc / sync.rs
index 4aa0190b149c108fc35af8f9c897b1908e9b73ac..fd285242d5be48ec9478ac2d7c509b60ab3194fd 100644 (file)
@@ -25,7 +25,7 @@
 use core::sync::atomic::Ordering::{Acquire, Relaxed, Release, SeqCst};
 use core::{isize, usize};
 
-use crate::alloc::{box_free, handle_alloc_error, Alloc, Global, Layout};
+use crate::alloc::{box_free, handle_alloc_error, AllocRef, Global, Layout};
 use crate::boxed::Box;
 use crate::rc::is_dangling;
 use crate::string::String;