Skip to content

Commit 9f6494c

Browse files
committed
Remove unused trait imports introduced while in review
1 parent a1d9c04 commit 9f6494c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libsyntax/errors/emitter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
use self::Destination::*;
1212

13-
use codemap::{self, COMMAND_LINE_SP, DUMMY_SP, Pos, Span, MultiSpan};
13+
use codemap::{self, COMMAND_LINE_SP, DUMMY_SP, Span, MultiSpan};
1414
use diagnostics;
1515

1616
use errors::check_old_skool;

src/libsyntax_ext/deriving/clone.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use deriving::generic::*;
1212
use deriving::generic::ty::*;
1313

1414
use syntax::ast::{Expr, ItemKind, Generics, MetaItem, VariantData};
15-
use syntax::attr::{self, AttrMetaMethods};
15+
use syntax::attr;
1616
use syntax::codemap::Span;
1717
use syntax::ext::base::{ExtCtxt, Annotatable};
1818
use syntax::ext::build::AstBuilder;

0 commit comments

Comments
 (0)