1
Fork 0

syntax: Remove use of pub use globs

`quote_expr!` now injects two more (priv) `use` globs.
This may cause extra unused_imports warning.
This commit is contained in:
klutzy 2014-05-29 12:19:05 +09:00
parent e38fde71b1
commit 976c8324e1
19 changed files with 41 additions and 12 deletions

View file

@ -9,16 +9,16 @@
// except according to those terms.
use abi;
use ast::{P, Ident};
use ast::{P, Ident, Generics, NodeId, Expr};
use ast;
use ast_util;
use attr;
use codemap::{Span, respan, Spanned, DUMMY_SP};
use ext::base::ExtCtxt;
use ext::quote::rt::*;
use fold::Folder;
use owned_slice::OwnedSlice;
use parse::token::special_idents;
use parse::token::InternedString;
use parse::token;
pub struct Field {