From 363f466627db373fab23d1df94b7382223b8675a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 28 Aug 2018 11:17:08 +0300 Subject: tone down on eq typed --- crates/libsyntax2/src/parser_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/libsyntax2/src/parser_api.rs') 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> { self.error(message); self.bump(); m.complete(self, ERROR); - } + }; } } -- cgit v1.2.3