Skip to content

Commit 5b6a183

Browse files
committed
lintcheck: fix paths in the logs
1 parent d0d28b1 commit 5b6a183

File tree

2 files changed

+3254
-3254
lines changed

2 files changed

+3254
-3254
lines changed

clippy_dev/src/lintcheck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ impl std::fmt::Display for ClippyWarning {
6161
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
6262
writeln!(
6363
f,
64-
r#"{}/{}/{}:{}:{} {} "{}""#,
64+
r#"{}-{}/{}:{}:{} {} "{}""#,
6565
&self.crate_name, &self.crate_version, &self.file, &self.line, &self.column, &self.linttype, &self.message
6666
)
6767
}

0 commit comments

Comments
 (0)