diff options
Diffstat (limited to 'src/libsyntax/parse')
| -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 e8e7828e465..114a8bf9d3d 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1086,7 +1086,6 @@ impl Parser { self.expect(&token::COLON); pat } else { - is_mutbl = false; ast_util::ident_to_pat(self.get_id(), *self.last_span, special_idents::invalid) |
