unused imports

This commit is contained in:
Tshepang Lekhonkhobe 2015-02-18 23:25:58 +02:00
parent 55f625a96b
commit 2f735f52c9
2 changed files with 0 additions and 2 deletions

View file

@ -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};

View file

@ -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;