diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/comm.rs | 2 | ||||
| -rw-r--r-- | src/lib/either.rs | 2 | ||||
| -rw-r--r-- | src/lib/generic_os.rs | 1 | ||||
| -rw-r--r-- | src/lib/io.rs | 1 | ||||
| -rw-r--r-- | src/lib/test.rs | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/comm.rs b/src/lib/comm.rs index 4aa66ed28fc..841afaa9797 100644 --- a/src/lib/comm.rs +++ b/src/lib/comm.rs @@ -27,8 +27,6 @@ Example: */ import sys; -import ptr; -import unsafe; import task; export send; diff --git a/src/lib/either.rs b/src/lib/either.rs index a6774144599..c65373a8813 100644 --- a/src/lib/either.rs +++ b/src/lib/either.rs @@ -4,8 +4,6 @@ Module: either A type that represents one of two alternatives */ -import option; -import option::{some, none}; /* Tag: t diff --git a/src/lib/generic_os.rs b/src/lib/generic_os.rs index ebb157c621c..09b23694e2f 100644 --- a/src/lib/generic_os.rs +++ b/src/lib/generic_os.rs @@ -6,7 +6,6 @@ Some miscellaneous platform functions. These should be rolled into another module. */ -import str::sbuf; // Wow, this is an ugly way to write doc comments diff --git a/src/lib/io.rs b/src/lib/io.rs index a975f3490fe..016c6381a7d 100644 --- a/src/lib/io.rs +++ b/src/lib/io.rs @@ -1,4 +1,3 @@ -import os::libc; native "cdecl" mod rustrt { fn rust_get_stdin() -> os::libc::FILE; diff --git a/src/lib/test.rs b/src/lib/test.rs index e14ad433752..daa86bb8b40 100644 --- a/src/lib/test.rs +++ b/src/lib/test.rs @@ -3,7 +3,6 @@ // simplest interface possible for representing and running tests // while providing a base that other test frameworks may build off of. -import generic_os::getenv; import task::task; export test_name; |
