about summary refs log tree commit diff
path: root/src/libtime
diff options
context:
space:
mode:
authorAdolfo OchagavĂ­a <aochagavia92@gmail.com>2014-07-04 22:38:13 +0200
committerAdolfo OchagavĂ­a <aochagavia92@gmail.com>2014-07-15 20:34:16 +0200
commit584fbde5d1f9e0048592b44195263dfea0ee8231 (patch)
treea8ed3d1b187108d1793581b5b2b5ffceb514c744 /src/libtime
parentc6b82c7566a2e1da7d0f1697335b47c8c999720e (diff)
downloadrust-584fbde5d1f9e0048592b44195263dfea0ee8231.tar.gz
rust-584fbde5d1f9e0048592b44195263dfea0ee8231.zip
Fix errors
Diffstat (limited to 'src/libtime')
-rw-r--r--src/libtime/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs
index 0690b561c44..41ba448754d 100644
--- a/src/libtime/lib.rs
+++ b/src/libtime/lib.rs
@@ -31,7 +31,6 @@ extern crate libc;
 use std::io::BufReader;
 use std::num;
 use std::string::String;
-use std::str;
 
 static NSEC_PER_SEC: i32 = 1_000_000_000_i32;