Fix clippy lint

This commit is contained in:
Valentin Brandl 2021-05-27 12:39:45 +02:00
parent 9785b38ce0
commit be48ebd2d9

View File

@ -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 }