diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-13 11:26:42 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-13 11:26:42 +0100 |
| commit | a8f711d49ad65ee08c96fae2a8b52873667bdf5c (patch) | |
| tree | 7f54ec3421e0add1bbb143a1a2244dc9ba958480 /src/func/macros.rs | |
| parent | bd702c2029561a741f48095549a2b6ea97b3a09b (diff) | |
Checkpoint 🏁
Diffstat (limited to 'src/func/macros.rs')
| -rw-r--r-- | src/func/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
