Added boxes.

This commit is contained in:
Tom Alexander
2022-10-14 20:52:49 -04:00
parent 9e3ea29634
commit 8a6868f299
3 changed files with 13 additions and 13 deletions

View File

@@ -25,6 +25,6 @@ fn flat_text_element<'s, 'r>(
i: &'s str,
context: &'r mut NomContext,
) -> Res<&'s str, TextElement<'s>> {
not(&mut context.fail_matcher)(i)?;
// not(&mut context.fail_matcher)(i)?;
todo!()
}