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) =
|
||||
many0(parser_with_context!(table_formula_keyword)(context))(remaining)?;
|
||||
|
||||
// TODO: Consume trailing formulas
|
||||
let source = get_consumed(input, remaining);
|
||||
|
||||
Ok((
|
||||
|
Loading…
Reference in New Issue
Block a user