Comment out line causing build problems so we can see if we introduce new build problems.
This commit is contained in:
parent
0c77951ecc
commit
13c83d9d85
@ -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!()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user