Skip to content

Commit

Permalink
lintcheck: fix paths in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jan 23, 2021
1 parent d0d28b1 commit 5b6a183
Show file tree
Hide file tree
Showing 2 changed files with 3,254 additions and 3,254 deletions.
2 changes: 1 addition & 1 deletion clippy_dev/src/lintcheck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}
Expand Down
Loading

0 comments on commit 5b6a183

Please sign in to comment.