diff options
| author | bors <bors@rust-lang.org> | 2015-02-28 13:49:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-02-28 13:49:35 +0000 |
| commit | 8a69110c3b1122596ddc8999bb2403a5777bb8ed (patch) | |
| tree | 9fb065fb1a4875074ca1a9795c0136d0f44da2a3 /src/libsyntax/parse/parser.rs | |
| parent | 6f8d83140618721e7b72a78f2e53a08e71e1d4cb (diff) | |
| parent | 077595943193ed8f0ae81e93a8e06781f79351ec (diff) | |
| download | rust-8a69110c3b1122596ddc8999bb2403a5777bb8ed.tar.gz rust-8a69110c3b1122596ddc8999bb2403a5777bb8ed.zip | |
Auto merge of #22895 - Manishearth:rollup, r=Manishearth
r? @Manishearth
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index f171e8279f4..9de7b0ede78 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1163,7 +1163,6 @@ impl<'a> Parser<'a> { { self.bump(); self.bump(); - return; } else if self.eat(&token::Colon) { |
