Skip to content

Commit

Permalink
fix: cargo clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Aug 3, 2024
1 parent cd5bb60 commit 5248aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs-index/src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ impl<Id: ResourceId> ResourceIndex<Id> {
let added_entries: HashMap<PathBuf, ResourceIdWithTimestamp<Id>> =
created_entries
.into_iter()
.chain(updated_entries.into_iter())
.chain(updated_entries)
.collect();

for (path, resource) in added_entries {
Expand Down

0 comments on commit 5248aaf

Please sign in to comment.