]> git.lizzy.rs Git - rust.git/blobdiff - src/librustrt/lib.rs
auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton
[rust.git] / src / librustrt / lib.rs
index 7cfbc4401c94135c5547b59070312e0213f66b79..a150408ac2e6c0b39e53e5d0f17c6c654657ffec 100644 (file)
@@ -37,7 +37,7 @@
 
 use core::prelude::*;
 
-use alloc::owned::Box;
+use alloc::boxed::Box;
 use core::any::Any;
 
 use task::{Task, BlockedTask, TaskOpts};