From ef8a6884fe0ead551772b588f200c8ae3c027fe4 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 5 Oct 2023 02:20:25 -0400 Subject: [PATCH] Remove outdated TODO. --- src/parser/element_parser.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parser/element_parser.rs b/src/parser/element_parser.rs index 55bc649..238dade 100644 --- a/src/parser/element_parser.rs +++ b/src/parser/element_parser.rs @@ -201,7 +201,6 @@ fn _detect_element<'b, 'g, 'r, 's>( input: OrgSource<'s>, can_be_paragraph: bool, ) -> Res, ()> { - // TODO: What about affiliated keywords in the detect_* functions? if alt(( parser_with_context!(detect_plain_list)(context), detect_footnote_definition,