Fix a warning.
This commit is contained in:
parent
b6233811c3
commit
fab4ce0544
@ -46,7 +46,7 @@ pub fn text_markup<'r, 's>(
|
||||
)(remaining)?;
|
||||
|
||||
// TODO: Sometimes its plain text, not objects
|
||||
let (remaining, close) = text_markup_end_specialized(context, remaining)?;
|
||||
let (remaining, _close) = text_markup_end_specialized(context, remaining)?;
|
||||
let (remaining, _trailing_whitespace) = space0(remaining)?;
|
||||
|
||||
let source = get_consumed(input, remaining);
|
||||
|
Loading…
Reference in New Issue
Block a user