Remove an outdated comment.
This commit is contained in:
parent
612744ebd0
commit
b75d9f5c91
@ -61,7 +61,6 @@ pub fn org_mode_table<'b, 'g, 'r, 's>(
|
|||||||
let (remaining, formulas) =
|
let (remaining, formulas) =
|
||||||
many0(parser_with_context!(table_formula_keyword)(context))(remaining)?;
|
many0(parser_with_context!(table_formula_keyword)(context))(remaining)?;
|
||||||
|
|
||||||
// TODO: Consume trailing formulas
|
|
||||||
let source = get_consumed(input, remaining);
|
let source = get_consumed(input, remaining);
|
||||||
|
|
||||||
Ok((
|
Ok((
|
||||||
|
Loading…
Reference in New Issue
Block a user