Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/src/
Dformat_report_formatter.rs43 pub struct FormatReportFormatter<'a> { struct
48 impl<'a> Display for FormatReportFormatter<'a> { implementation