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:
parent
e38fde71b1
commit
976c8324e1
19 changed files with 41 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue