We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c54672 + c578762 commit fab7eabCopy full SHA for fab7eab
lintcheck/src/json.rs
@@ -66,7 +66,7 @@ impl fmt::Display for Summary {
66
} in &self.0
67
{
68
let html_id = to_html_id(name);
69
- writeln!(f, "| [`{name}`](#{html_id}) | {added} | {changed} | {removed} |")?;
+ writeln!(f, "| [`{name}`](#{html_id}) | {added} | {removed} | {changed} |")?;
70
}
71
72
Ok(())
0 commit comments