unused imports
This commit is contained in:
parent
55f625a96b
commit
2f735f52c9
2 changed files with 0 additions and 2 deletions
|
|
@ -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};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue