diff options
| author | Corey Richardson <corey@octayn.net> | 2013-11-11 05:00:48 -0500 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-11-11 05:00:48 -0500 |
| commit | 2c18983ea59e44762cb4d9f4cb95733009ce2002 (patch) | |
| tree | 4535552744c2814b41dc433a021d303b38b11292 /src/libstd/rt | |
| parent | 46100c06223f737a7604b46667800ed42cf20d3b (diff) | |
| download | rust-2c18983ea59e44762cb4d9f4cb95733009ce2002.tar.gz rust-2c18983ea59e44762cb4d9f4cb95733009ce2002.zip | |
Clean lint on test build
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/io/timer.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/rt/io/timer.rs b/src/libstd/rt/io/timer.rs index b0cf7dee10a..48e0182354a 100644 --- a/src/libstd/rt/io/timer.rs +++ b/src/libstd/rt/io/timer.rs @@ -111,8 +111,6 @@ mod test { use prelude::*; use super::*; use rt::test::*; - use cell::Cell; - use task; #[test] fn test_io_timer_sleep_simple() { |
