aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/src/parser_api.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libsyntax2/src/parser_api.rs')
-rw-r--r--crates/libsyntax2/src/parser_api.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libsyntax2/src/parser_api.rs b/crates/libsyntax2/src/parser_api.rs
index 10b9b64ac..70af474ae 100644
--- a/crates/libsyntax2/src/parser_api.rs
+++ b/crates/libsyntax2/src/parser_api.rs
@@ -155,7 +155,7 @@ impl<'t> Parser<'t> {
155 self.error(message); 155 self.error(message);
156 self.bump(); 156 self.bump();
157 m.complete(self, ERROR); 157 m.complete(self, ERROR);
158 } 158 };
159 } 159 }
160} 160}
161 161