]> git.lizzy.rs Git - rust.git/commitdiff
Fix travis errors
authorAdolfo OchagavĂ­a <aochagavia92@gmail.com>
Tue, 22 Jul 2014 14:02:54 +0000 (16:02 +0200)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 24 Jul 2014 14:25:43 +0000 (07:25 -0700)
src/libstd/os.rs

index f5183ab7188cbe852cdf44664472a980a52cd8fe..d2a2d9ff64bc38855edae71e0726e3e46def56d1 100644 (file)
@@ -49,7 +49,7 @@
 use str::{Str, StrSlice, StrAllocating};
 use string::String;
 use sync::atomics::{AtomicInt, INIT_ATOMIC_INT, SeqCst};
-use to_str::ToString;
+use to_string::ToString;
 use vec::Vec;
 
 #[cfg(unix)]