Skip to content

Commit 2f735f5

Browse files
committed
unused imports
1 parent 55f625a commit 2f735f5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/rustbook/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
//! Implementation of the `build` subcommand, used to compile a book.
1212
13-
use std::os;
1413
use std::env;
1514
use std::old_io;
1615
use std::old_io::{fs, File, BufferedWriter, TempDir, IoResult};

src/rustbook/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ use error::Error;
1717
use term::Term;
1818
use book;
1919
use std::old_io::{Command, File};
20-
use std::os;
2120
use std::env;
2221

2322
struct Test;

0 commit comments

Comments
 (0)