Skip to content

Commit 98dfcd8

Browse files
committed
clippy: remove needless borrow
1 parent d4324a2 commit 98dfcd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/s3_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ impl Drop for TempBucket {
157157
}
158158

159159
fn conserve() -> Command {
160-
Command::new(&cargo_bin!("conserve"))
160+
Command::new(cargo_bin!("conserve"))
161161
}
162162

163163
#[test]

0 commit comments

Comments
 (0)