Fix clippy lint
This commit is contained in:
parent
9785b38ce0
commit
be48ebd2d9
@ -101,9 +101,9 @@ impl<'a> CacheState<'a> {
|
|||||||
entries.insert(
|
entries.insert(
|
||||||
branch.into(),
|
branch.into(),
|
||||||
CacheEntry {
|
CacheEntry {
|
||||||
commits,
|
|
||||||
head,
|
head,
|
||||||
count,
|
count,
|
||||||
|
commits,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
Cache { entries }
|
Cache { entries }
|
||||||
|
Loading…
Reference in New Issue
Block a user