diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-02-18 23:25:58 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-02-18 23:25:58 +0200 |
| commit | 2f735f52c9034ed8a30b7255329fa342dfeb20a5 (patch) | |
| tree | 3eff1a1b3fd9173fd7dba997a30cc598b8d3d5ab | |
| parent | 55f625a96b84a2605b6f80ee3facf8061d0b00b0 (diff) | |
| download | rust-2f735f52c9034ed8a30b7255329fa342dfeb20a5.tar.gz rust-2f735f52c9034ed8a30b7255329fa342dfeb20a5.zip | |
unused imports
| -rw-r--r-- | src/rustbook/build.rs | 1 | ||||
| -rw-r--r-- | src/rustbook/test.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/rustbook/build.rs b/src/rustbook/build.rs index 12eb156873e..f2ab68ddee0 100644 --- a/src/rustbook/build.rs +++ b/src/rustbook/build.rs @@ -10,7 +10,6 @@ //! Implementation of the `build` subcommand, used to compile a book. -use std::os; use std::env; use std::old_io; use std::old_io::{fs, File, BufferedWriter, TempDir, IoResult}; diff --git a/src/rustbook/test.rs b/src/rustbook/test.rs index 19c640ec794..18a746f10aa 100644 --- a/src/rustbook/test.rs +++ b/src/rustbook/test.rs @@ -17,7 +17,6 @@ use error::Error; use term::Term; use book; use std::old_io::{Command, File}; -use std::os; use std::env; struct Test; |
