Skip to content

Commit 658862e

Browse files
committed
thanks clippy
1 parent 5dd3d82 commit 658862e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fn create_archive_if_not_on_ci(source_dir: &Path, archive: &Path, script_identit
152152
}
153153
std::fs::create_dir_all(archive.parent().expect("archive is a file"))?;
154154

155-
let meta_dir = populate_meta_dir(&source_dir, script_identity)?;
155+
let meta_dir = populate_meta_dir(source_dir, script_identity)?;
156156
let res = (move || {
157157
let mut buf = Vec::<u8>::new();
158158
{

0 commit comments

Comments
 (0)