Remove colon to satisfy msrv
This commit is contained in:
parent
6c4974b5c6
commit
b73d02fb8c
|
@ -659,7 +659,7 @@ mod tests {
|
|||
assert!(parser.parse_title().is_none());
|
||||
assert!(matches!(
|
||||
parser.next_event(),
|
||||
Some(Event::Start(Tag::Paragraph)),
|
||||
Some(Event::Start(Tag::Paragraph))
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue