]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/ffi/os_str.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / libstd / ffi / os_str.rs
index 3d23a9a2383fffceb80da292b0ed4444c57205d5..36cf4ef758d8e40d7d1d512d11ab7176f67d0216 100644 (file)
@@ -8,14 +8,12 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use borrow::{Borrow, Cow, ToOwned};
+use borrow::{Borrow, Cow};
 use fmt::{self, Debug};
 use mem;
-use string::String;
 use ops;
 use cmp;
 use hash::{Hash, Hasher};
-use vec::Vec;
 
 use sys::os_str::{Buf, Slice};
 use sys_common::{AsInner, IntoInner, FromInner};