]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/io/fs.rs
Stabilization for `owned` (now `boxed`) and `cell`
[rust.git] / src / libstd / io / fs.rs
index ed183cbf3bc2191dac321c7a6f582144080f4d9c..ff2b35160a151b42b4adf01e06f09312f89dd63d 100644 (file)
@@ -62,7 +62,7 @@
 use kinds::Send;
 use libc;
 use option::{Some, None, Option};
-use owned::Box;
+use boxed::Box;
 use path::{Path, GenericPath};
 use path;
 use result::{Err, Ok};