Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/src/
Dchains.rs771 let mut root_rewrite: String = parent.rewrite(context, shape)?; in format_root() localVariable
851 let mut root_rewrite = parent.rewrite(context, parent_shape)?; in format_root() localVariable