Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Nov 5, 2024
1 parent 0f8ba1c commit 5a15864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/empty_line_after.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ struct Stop {
impl Stop {
fn convert_to_inner(&self) -> (Span, String) {
let inner = match self.kind {
// #|[...]
// #![...]
StopKind::Attr => InnerSpan::new(1, 1),
// /// or /**
// ^ ^
Expand Down

0 comments on commit 5a15864

Please sign in to comment.