]> git.lizzy.rs Git - rust.git/blobdiff - src/libsync/comm/mod.rs
Stabilization for `owned` (now `boxed`) and `cell`
[rust.git] / src / libsync / comm / mod.rs
index 6c09a021c4338212efe8056a38efd07f76f6229e..e9a303634fe37c0ac34dd26186862f7582407555 100644 (file)
 use core::prelude::*;
 
 use alloc::arc::Arc;
-use alloc::owned::Box;
+use alloc::boxed::Box;
 use core::cell::Cell;
 use core::kinds::marker;
 use core::mem;