]> git.lizzy.rs Git - rust.git/blobdiff - src/libsync/comm/stream.rs
Stabilization for `owned` (now `boxed`) and `cell`
[rust.git] / src / libsync / comm / stream.rs
index 6f337f1730950d3cfb9288d32e76c028fe4c1fa4..9747c207a22612fdce2a6fa71f8b6f8dc23389a3 100644 (file)
@@ -19,7 +19,7 @@
 
 use core::prelude::*;
 
-use alloc::owned::Box;
+use alloc::boxed::Box;
 use core::cmp;
 use core::int;
 use rustrt::local::Local;