Skip to content

Commit b6380fb

Browse files
committed
clippy
1 parent ed89a30 commit b6380fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/expiring-tags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async fn create_expiring_tag(
3535
let hash = hashes[0];
3636
batch.temp_tag(HashAndFormat::raw(hash)).await?
3737
} else {
38-
let hs = hashes.into_iter().copied().collect::<HashSeq>();
38+
let hs = hashes.iter().copied().collect::<HashSeq>();
3939
batch
4040
.add_bytes_with_opts(hs.into_inner(), BlobFormat::HashSeq)
4141
.await?

0 commit comments

Comments
 (0)