Skip to content

Commit 1926217

Browse files
committed
chore
1 parent aaf87c3 commit 1926217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/undocumented_unsafe_blocks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ fn comment_start_before_impl_in_mod(
219219
if idx == 0 {
220220
// mod A { /* comment */ unsafe impl T {} ... }
221221
// ^------------------------------------------^ returns the start of this span
222-
// ^---------------^ finally checks comments in this range
222+
// ^---------------------^ finally checks comments in this range
223223
if let Some(sp) = walk_span_to_context(parent_mod_span, SyntaxContext::root()) {
224224
return Some(sp.lo());
225225
}

0 commit comments

Comments
 (0)