Home
last modified time | relevance | path

Searched defs:trailing_indent (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/src/output/
Dhelp_template.rs578 let trailing_indent = spaces; // Don't indent any further than the first line is indented in help() localVariable
579 let trailing_indent = self.get_spaces(trailing_indent); in help() localVariable
639 let trailing_indent = if possible_value_new_line { in help() localVariable
644 let trailing_indent = self.get_spaces(trailing_indent); in help() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/matches/
Dsignificant_drop_in_scrutinee.rs50 let trailing_indent = " ".repeat(indent_of(cx, found.found_span).unwrap_or(0)); in set_diagnostic() localVariable