From 950598b534131e347187d0a43586c0455f9e2d9f Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 17 Mar 2023 09:45:25 -0400 Subject: [PATCH] Update crates/aiken-lang/src/parser.rs Co-authored-by: Matthias Benkort <5680256+KtorZ@users.noreply.github.com> --- crates/aiken-lang/src/parser.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/aiken-lang/src/parser.rs b/crates/aiken-lang/src/parser.rs index 672765ae..48da0f45 100644 --- a/crates/aiken-lang/src/parser.rs +++ b/crates/aiken-lang/src/parser.rs @@ -299,8 +299,7 @@ pub fn validator_parser() -> impl Parser