We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a5793 commit e8737e3Copy full SHA for e8737e3
src/tools/clippy/clippy_utils/src/source.rs
@@ -142,6 +142,7 @@ pub trait SpanRangeExt: SpanRange {
142
map_range(cx.sess().source_map(), self.into_range(), f)
143
}
144
145
+ #[allow(rustdoc::invalid_rust_codeblocks, reason = "The codeblock is intentionally broken")]
146
/// Extends the range to include all preceding whitespace characters, unless there
147
/// are non-whitespace characters left on the same line after `self`.
148
///
0 commit comments