We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf87c3 commit 1926217Copy full SHA for 1926217
clippy_lints/src/undocumented_unsafe_blocks.rs
@@ -219,7 +219,7 @@ fn comment_start_before_impl_in_mod(
219
if idx == 0 {
220
// mod A { /* comment */ unsafe impl T {} ... }
221
// ^------------------------------------------^ returns the start of this span
222
- // ^---------------^ finally checks comments in this range
+ // ^---------------------^ finally checks comments in this range
223
if let Some(sp) = walk_span_to_context(parent_mod_span, SyntaxContext::root()) {
224
return Some(sp.lo());
225
}
0 commit comments