Skip to content

Commit 229eeda

Browse files
committed
Clean up some unused imports in tests
1 parent fad7857 commit 229eeda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax/ext/expand.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,6 @@ mod test {
10751075
use parse::token::{intern, get_ident_interner};
10761076
use print::pprust;
10771077
use util::parser_testing::{string_to_item, string_to_pat, strs_to_idents};
1078-
use oldvisit::{mk_vt};
10791078

10801079
// make sure that fail! is present
10811080
#[test] fn fail_exists_test () {

0 commit comments

Comments
 (0)