diff --git a/src/parser/greater_block.rs b/src/parser/greater_block.rs index b6b87856..97a00c3d 100644 --- a/src/parser/greater_block.rs +++ b/src/parser/greater_block.rs @@ -127,7 +127,6 @@ fn parameters<'s>(input: OrgSource<'s>) -> Res, OrgSource<'s>> { } fn greater_block_end<'c>(name: &'c str) -> impl ContextMatcher + 'c { - // TODO: Can this be done without making an owned copy? move |context, input: OrgSource<'_>| _greater_block_end(context, input, name) }