We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed89a30 commit b6380fbCopy full SHA for b6380fb
examples/expiring-tags.rs
@@ -35,7 +35,7 @@ async fn create_expiring_tag(
35
let hash = hashes[0];
36
batch.temp_tag(HashAndFormat::raw(hash)).await?
37
} else {
38
- let hs = hashes.into_iter().copied().collect::<HashSeq>();
+ let hs = hashes.iter().copied().collect::<HashSeq>();
39
batch
40
.add_bytes_with_opts(hs.into_inner(), BlobFormat::HashSeq)
41
.await?
0 commit comments