Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton
Remove unused trait imports
This commit is contained in:
commit
054a4b4019
28 changed files with 13 additions and 36 deletions
|
@ -19,7 +19,6 @@ use self::pattern::{Searcher, ReverseSearcher, DoubleEndedSearcher};
|
|||
|
||||
use char::{self, CharExt};
|
||||
use clone::Clone;
|
||||
use cmp::Eq;
|
||||
use convert::AsRef;
|
||||
use default::Default;
|
||||
use fmt;
|
||||
|
@ -1319,7 +1318,6 @@ Section: Trait implementations
|
|||
|
||||
mod traits {
|
||||
use cmp::{Ord, Ordering, PartialEq, PartialOrd, Eq};
|
||||
use iter::Iterator;
|
||||
use option::Option;
|
||||
use option::Option::Some;
|
||||
use ops;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue