Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b26538c

Browse files
committedDec 11, 2015
Remove unused import
1 parent fda9862 commit b26538c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ extern crate filetime;
1010
use std::collections::HashMap;
1111
use std::error::Error;
1212
use std::io;
13-
use std::io::prelude::*;
1413
use std::path::{PathBuf, Path};
1514
use std::fs::File;
1615
use conduit::{Request, Response, Handler};

0 commit comments

Comments
 (0)
Please sign in to comment.