From a8f711d49ad65ee08c96fae2a8b52873667bdf5c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 13 Jan 2020 11:26:42 +0100 Subject: =?UTF-8?q?Checkpoint=20=F0=9F=8F=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/func/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/func') diff --git a/src/func/macros.rs b/src/func/macros.rs index 3a32ec09..9e931ea2 100644 --- a/src/func/macros.rs +++ b/src/func/macros.rs @@ -144,7 +144,7 @@ macro_rules! parse { (optional: $body:expr, $ctx:expr) => ( if let Some(body) = $body { - Some($crate::syntax::parse(body, $ctx)?) + Some($crate::syntax::parse(body, $ctx)) } else { None } -- cgit v1.2.3