Skip to content

Commit 0b2ffed

Browse files
committed
thanks clippy
1 parent 5761441 commit 0b2ffed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitoxide-core/src/repository/merge_base.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pub fn merge_base(
1616
let first_id = repo.rev_parse_single(first.as_str())?;
1717
let other_ids: Vec<_> = others
1818
.iter()
19-
.cloned()
2019
.map(|other| repo.rev_parse_single(other.as_str()).map(gix::Id::detach))
2120
.collect::<Result<_, _>>()?;
2221

0 commit comments

Comments
 (0)