Home
last modified time | relevance | path

Searched defs:comment_str (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/
Dmissed_spans.rs283 let comment_str = in process_comment() localVariable
290 let comment_str = rewrite_comment(subslice, false, comment_shape, self.config) in process_comment() localVariable
Dvisitor.rs317 let comment_str = in close_block() localVariable
348 let comment_str = rewrite_comment(&sub_slice, false, comment_shape, config); in close_block() localVariable
Dmatches.rs396 let comment_str = arrow_snippet[arrow_index + 2..].trim(); in rewrite_match_body() localVariable
Dexpr.rs470 let comment_str = user_str[1..user_str.len() - 1].trim(); in rewrite_empty_block() localVariable