From 9cc61497ed8a2336f33407d3262181e4ac3b46cb Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 17 Jan 2024 23:28:48 +0100 Subject: add commonsense and expression_functions --- src/operation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/operation.rs') diff --git a/src/operation.rs b/src/operation.rs index 1ee3d5c..a61ae1f 100644 --- a/src/operation.rs +++ b/src/operation.rs @@ -23,7 +23,7 @@ impl Operation { #[macro_export] macro_rules! operations { - ({$($x:expr => $y:expr), *}) => { + {$($x:expr => $y:expr), *} => { vec![$( Operation::new($x, Box::new($y)), )*] -- cgit v1.2.3-70-g09d2