Skip to content

Commit a2804db

Browse files
committed
Merge pull request #660 from sanxiyn/unused-import
Remove unused imports
2 parents 28922f3 + 17c8fb1 commit a2804db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// and those with brackets will be formatted as array literals.
2121

2222
use syntax::ast;
23-
use syntax::parse::token::{Eof, Comma, Token};
23+
use syntax::parse::token::Token;
2424
use syntax::parse::tts_to_parser;
2525
use syntax::codemap::{mk_sp, BytePos};
2626

0 commit comments

Comments
 (0)