about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-02-28 13:49:35 +0000
committerbors <bors@rust-lang.org>2015-02-28 13:49:35 +0000
commit8a69110c3b1122596ddc8999bb2403a5777bb8ed (patch)
tree9fb065fb1a4875074ca1a9795c0136d0f44da2a3 /src/libsyntax/parse
parent6f8d83140618721e7b72a78f2e53a08e71e1d4cb (diff)
parent077595943193ed8f0ae81e93a8e06781f79351ec (diff)
downloadrust-8a69110c3b1122596ddc8999bb2403a5777bb8ed.tar.gz
rust-8a69110c3b1122596ddc8999bb2403a5777bb8ed.zip
Auto merge of #22895 - Manishearth:rollup, r=Manishearth
r? @Manishearth
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/parser.rs1
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)
         {