Remove unused trait imports flagged by lint

This commit is contained in:
Seo Sanghyeon
2016-04-19 22:40:21 +09:00
parent 7d8100a068
commit 7ad1900e1c
39 changed files with 13 additions and 50 deletions

View File

@@ -350,7 +350,6 @@ mod test {
use prelude::v1::*;
use super::{Error, ErrorKind};
use error;
use error::Error as error_Error;
use fmt;
use sys::os::error_string;