Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
fix(warning): Remove some unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Dec 24, 2015
1 parent b1e2f6f commit e7a8379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quasi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extern crate syntax;

use std::rc::Rc;

use syntax::ast::{self, TokenTree, Generics, Expr};
use syntax::ast::{self, TokenTree};
use syntax::codemap::{DUMMY_SP, Spanned, dummy_spanned};
use syntax::ext::base::ExtCtxt;
use syntax::parse::{self, classify, parse_tts_from_source_str, token};
Expand Down

0 comments on commit e7a8379

Please sign in to comment.