Clippy: Fix doc issue

This commit is contained in:
Philipp Krones 2025-04-23 10:51:22 +02:00
parent ff428d91c2
commit dd5948ccc2

View file

@ -142,6 +142,7 @@ pub trait SpanRangeExt: SpanRange {
map_range(cx.sess().source_map(), self.into_range(), f)
}
#[allow(rustdoc::invalid_rust_codeblocks, reason = "The codeblock is intentionally broken")]
/// Extends the range to include all preceding whitespace characters, unless there
/// are non-whitespace characters left on the same line after `self`.
///