Skip to content

Commit

Permalink
Remove unused trait imports introduced while in review
Browse files Browse the repository at this point in the history
  • Loading branch information
sanxiyn committed May 3, 2016
1 parent a1d9c04 commit 9f6494c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libsyntax/errors/emitter.rs
Expand Up @@ -10,7 +10,7 @@

use self::Destination::*;

use codemap::{self, COMMAND_LINE_SP, DUMMY_SP, Pos, Span, MultiSpan};
use codemap::{self, COMMAND_LINE_SP, DUMMY_SP, Span, MultiSpan};
use diagnostics;

use errors::check_old_skool;
Expand Down
2 changes: 1 addition & 1 deletion src/libsyntax_ext/deriving/clone.rs
Expand Up @@ -12,7 +12,7 @@ use deriving::generic::*;
use deriving::generic::ty::*;

use syntax::ast::{Expr, ItemKind, Generics, MetaItem, VariantData};
use syntax::attr::{self, AttrMetaMethods};
use syntax::attr;
use syntax::codemap::Span;
use syntax::ext::base::{ExtCtxt, Annotatable};
use syntax::ext::build::AstBuilder;
Expand Down

0 comments on commit 9f6494c

Please sign in to comment.