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:
commit
fab7eab7fb
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ impl fmt::Display for Summary {
|
|||
} 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(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue