Remove colon to satisfy msrv
This commit is contained in:
parent
6c4974b5c6
commit
b73d02fb8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue