Skip to content

Commit c7a6bd6

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 168859 b: refs/heads/snap-stage3 c: 799332f h: refs/heads/master i: 168857: 33cc0c9 168855: 5c0f8bc v: v3
1 parent 7764fd9 commit c7a6bd6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: f258ee7d96577a2b54c94ff26d15fa3b703e8462
4+
refs/heads/snap-stage3: 799332fa3f968544831ed66e4e32bf331beddbc0
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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)