Comment out line causing build problems so we can see if we introduce new build problems.

This commit is contained in:
Tom Alexander 2022-10-30 03:49:50 -04:00
parent 0c77951ecc
commit 13c83d9d85
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ fn flat_text_element<'s, 'r>(i: &'s str, context: &'r NomContext) -> Res<&'s str
}
fn flat_bold<'s, 'r>(i: &'s str, context: &'r NomContext) -> Res<&'s str, TextElement<'s>> {
let new_context = context.without_bold(Rc::new(RefCell::new(recognize(bold_end))));
// let new_context = context.without_bold(Rc::new(RefCell::new(recognize(bold_end))));
todo!()
}