Skip to content

Commit 799332f

Browse files
author
Jorge Aparicio
committed
syntax: remove dead code
1 parent f258ee7 commit 799332f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libsyntax/parse/parser.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub use self::PathParsingMode::*;
1414
use self::ItemOrViewItem::*;
1515

1616
use abi;
17-
use ast::{AssociatedType, BareFnTy, ClosureTy};
17+
use ast::{AssociatedType, BareFnTy};
1818
use ast::{RegionTyParamBound, TraitTyParamBound, TraitBoundModifier};
1919
use ast::{ProvidedMethod, Public, Unsafety};
2020
use ast::{Mod, BiAdd, Arg, Arm, Attribute, BindByRef, BindByValue};
@@ -30,7 +30,6 @@ use ast::{ExprLit, ExprLoop, ExprMac, ExprRange};
3030
use ast::{ExprMethodCall, ExprParen, ExprPath};
3131
use ast::{ExprRepeat, ExprRet, ExprStruct, ExprTup, ExprUnary};
3232
use ast::{ExprVec, ExprWhile, ExprWhileLet, ExprForLoop, Field, FnDecl};
33-
use ast::{Many};
3433
use ast::{FnUnboxedClosureKind, FnMutUnboxedClosureKind};
3534
use ast::{FnOnceUnboxedClosureKind};
3635
use ast::{ForeignItem, ForeignItemStatic, ForeignItemFn, ForeignMod, FunctionRetTy};

0 commit comments

Comments
 (0)