mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
Output lintcheck summary HTML markdown in order (#15371)
The data in the table needs to be in the same order as the headings. changelog: none Fixes rust-lang/rust-clippy#15370
This commit is contained in:
@@ -66,7 +66,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
} in &self.0
|
||||
{
|
||||
let html_id = to_html_id(name);
|
||||
writeln!(f, "| [`{name}`](#{html_id}) | {added} | {changed} | {removed} |")?;
|
||||
writeln!(f, "| [`{name}`](#{html_id}) | {added} | {removed} | {changed} |")?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user