]> git.lizzy.rs Git - rust.git/blobdiff - src/libcollections/treemap.rs
auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton
[rust.git] / src / libcollections / treemap.rs
index a5450c227ea1d31d518785a3cee1b4e1121c9731..3d4973373e26763fbfa756bd6b85ce7f5833f086 100644 (file)
@@ -14,7 +14,7 @@
 
 use core::prelude::*;
 
-use alloc::owned::Box;
+use alloc::boxed::Box;
 use core::default::Default;
 use core::fmt;
 use core::fmt::Show;