Going to try boxing.
This commit is contained in:
@@ -13,7 +13,7 @@ use nom::error::VerboseError;
|
||||
use nom::IResult;
|
||||
|
||||
parser_with_context!(text_element, TextElement, i, context, {
|
||||
not(|i| context.fail_matcher.borrow_mut().parse(i))(i)?;
|
||||
// not(|i| context.fail_matcher.borrow_mut().parse(i))(i)?;
|
||||
alt((
|
||||
// map(
|
||||
// BoldParser::new(slf.context.fail_matcher.clone()),
|
||||
|
||||
Reference in New Issue
Block a user