From 335fa2d118718b4dba539294a8ef6c96c5bbf09e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 4 Oct 2020 23:31:35 +0200 Subject: =?UTF-8?q?Small=20improvements=20=F0=9F=8D=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/parse/tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse') diff --git a/src/parse/tests.rs b/src/parse/tests.rs index 108b4b29..644b7f16 100644 --- a/src/parse/tests.rs +++ b/src/parse/tests.rs @@ -89,6 +89,7 @@ macro_rules! Call { }}; ($($tts:tt)*) => { Expr::Call(Call![@$($tts)*]) }; } + fn Unary(op: impl Into>, expr: impl Into>) -> Expr { Expr::Unary(ExprUnary { op: op.into(), -- cgit v1.2.3