about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2015-11-27 23:38:05 +0900
committerSeo Sanghyeon <sanxiyn@gmail.com>2015-11-27 23:38:05 +0900
commit17c8fb10ea94ab77784b52096a66670323734b0d (patch)
tree64173439270f6ddc652ee6d11f54c201faa42b88 /src
parent28922f37dd3f4734d63140de2902c651ab110c30 (diff)
Remove unused imports
Diffstat (limited to 'src')
-rw-r--r--src/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.rs b/src/macros.rs
index 4e28fd393f4..8739d234fd2 100644
--- a/src/macros.rs
+++ b/src/macros.rs
@@ -20,7 +20,7 @@
 // and those with brackets will be formatted as array literals.
 
 use syntax::ast;
-use syntax::parse::token::{Eof, Comma, Token};
+use syntax::parse::token::Token;
 use syntax::parse::tts_to_parser;
 use syntax::codemap::{mk_sp, BytePos};