Remove an outdated comment.

This commit is contained in:
Tom Alexander 2023-09-09 00:00:12 -04:00
parent 612744ebd0
commit b75d9f5c91
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -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((