Skip to content

Commit b73d02f

Browse files
committed
Remove colon to satisfy msrv
1 parent 6c4974b commit b73d02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/book/summary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ mod tests {
659659
assert!(parser.parse_title().is_none());
660660
assert!(matches!(
661661
parser.next_event(),
662-
Some(Event::Start(Tag::Paragraph)),
662+
Some(Event::Start(Tag::Paragraph))
663663
));
664664
}
665665

0 commit comments

Comments
 (0)