Skip to content

Commit 878e96c

Browse files
Fix typo
1 parent 24039c4 commit 878e96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/empty_line_after.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ struct Stop {
133133
impl Stop {
134134
fn convert_to_inner(&self) -> (Span, String) {
135135
let inner = match self.kind {
136-
// #|[...]
136+
// #![...]
137137
StopKind::Attr => InnerSpan::new(1, 1),
138138
// /// or /**
139139
// ^ ^

0 commit comments

Comments
 (0)