Remove colon to satisfy msrv

This commit is contained in:
ilslv 2022-02-11 12:50:22 +03:00
parent 6c4974b5c6
commit b73d02fb8c
1 changed files with 1 additions and 1 deletions

View File

@ -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))
));
}