We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f258ee7 commit 799332fCopy full SHA for 799332f
src/libsyntax/parse/parser.rs
@@ -14,7 +14,7 @@ pub use self::PathParsingMode::*;
14
use self::ItemOrViewItem::*;
15
16
use abi;
17
-use ast::{AssociatedType, BareFnTy, ClosureTy};
+use ast::{AssociatedType, BareFnTy};
18
use ast::{RegionTyParamBound, TraitTyParamBound, TraitBoundModifier};
19
use ast::{ProvidedMethod, Public, Unsafety};
20
use ast::{Mod, BiAdd, Arg, Arm, Attribute, BindByRef, BindByValue};
@@ -30,7 +30,6 @@ use ast::{ExprLit, ExprLoop, ExprMac, ExprRange};
30
use ast::{ExprMethodCall, ExprParen, ExprPath};
31
use ast::{ExprRepeat, ExprRet, ExprStruct, ExprTup, ExprUnary};
32
use ast::{ExprVec, ExprWhile, ExprWhileLet, ExprForLoop, Field, FnDecl};
33
-use ast::{Many};
34
use ast::{FnUnboxedClosureKind, FnMutUnboxedClosureKind};
35
use ast::{FnOnceUnboxedClosureKind};
36
use ast::{ForeignItem, ForeignItemStatic, ForeignItemFn, ForeignMod, FunctionRetTy};
0 commit comments