From 17c8fb10ea94ab77784b52096a66670323734b0d Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Fri, 27 Nov 2015 23:38:05 +0900 Subject: [PATCH] Remove unused imports --- src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};