about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAdolfo OchagavĂ­a <aochagavia92@gmail.com>2014-07-22 16:02:54 +0200
committerAlex Crichton <alex@alexcrichton.com>2014-07-24 07:25:43 -0700
commit684479ab915afcbd1b3a82e0df550e3ce06ffab2 (patch)
tree8897753e9c4647df73c2a81eba2e13bbdc3f6f23 /src/libstd
parent0fe894e49be235ff0ac22231d7fa3579a4192f0a (diff)
downloadrust-684479ab915afcbd1b3a82e0df550e3ce06ffab2.tar.gz
rust-684479ab915afcbd1b3a82e0df550e3ce06ffab2.zip
Fix travis errors
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/os.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/os.rs b/src/libstd/os.rs
index f5183ab7188..d2a2d9ff64b 100644
--- a/src/libstd/os.rs
+++ b/src/libstd/os.rs
@@ -49,7 +49,7 @@ use slice::{Vector, ImmutableVector, MutableVector, ImmutableEqVector};
 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)]