Function clippy_utils::sugg::indentation

source ยท
fn indentation<T: LintContext>(cx: &T, span: Span) -> Option<String>
Expand description

Returns the indentation before span if there are nothing but [ \t] before it on its line.