lintcheck: fix paths in the logs

This commit is contained in:
Matthias Krüger 2021-01-23 01:09:51 +01:00
parent d0d28b11d7
commit 5b6a18362b
2 changed files with 3254 additions and 3254 deletions

View file

@ -61,7 +61,7 @@ impl std::fmt::Display for ClippyWarning {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
writeln!(
f,
r#"{}/{}/{}:{}:{} {} "{}""#,
r#"{}-{}/{}:{}:{} {} "{}""#,
&self.crate_name, &self.crate_version, &self.file, &self.line, &self.column, &self.linttype, &self.message
)
}

File diff suppressed because it is too large Load diff