Remove outdated TODO.

This commit is contained in:
Tom Alexander 2023-10-05 02:20:25 -04:00
parent ac7125d9b6
commit ef8a6884fe
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ fn _detect_element<'b, 'g, 'r, 's>(
input: OrgSource<'s>,
can_be_paragraph: bool,
) -> Res<OrgSource<'s>, ()> {
// TODO: What about affiliated keywords in the detect_* functions?
if alt((
parser_with_context!(detect_plain_list)(context),
detect_footnote_definition,