Skip to content

Commit ddf082e

Browse files
authored
Clippy
1 parent 237b431 commit ddf082e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_emitter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ fn gha_error(error: &Error, test_path: &str, revision: &str) {
758758
let line = path.line();
759759
let path = path.display();
760760
let mut err =
761-
github_actions::error(&path, format!("Unmatched diagnostics{revision}"))
761+
github_actions::error(path, format!("Unmatched diagnostics{revision}"))
762762
.line(line);
763763
for Message {
764764
level,

0 commit comments

Comments
 (0)