Skip to content

Commit c444da7

Browse files
committed
Remove &, as recommended by clippy
1 parent 8bdb82b commit c444da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitoxide-core/src/repository/blame.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub fn blame_file(repo: gix::Repository, file: &OsStr, out: impl std::io::Write)
1616
&mut resource_cache,
1717
suspect.id,
1818
work_dir.clone(),
19-
&file_path,
19+
file_path,
2020
)
2121
.expect("TODO");
2222

0 commit comments

Comments
 (0)