mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 22:18:40 +00:00
lintcheck: fix paths in the logs
This commit is contained in:
parent
d0d28b11d7
commit
5b6a18362b
2 changed files with 3254 additions and 3254 deletions
|
@ -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
Loading…
Add table
Reference in a new issue