Remove unused imports and needless borrows

This commit is contained in:
David Tolnay
2016-05-13 10:47:09 -07:00
parent 74eb2f52b8
commit 004dcaec3b
5 changed files with 6 additions and 10 deletions
-1
View File
@@ -9,7 +9,6 @@ use syntax::ast::{
};
use syntax::codemap::Span;
use syntax::ext::base::{Annotatable, ExtCtxt};
use syntax::ext::build::AstBuilder;
use syntax::parse::token::InternedString;
use syntax::ptr::P;