Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Aug 2, 2024
1 parent c973f16 commit fc967e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ impl ModuleLookup {
return;
};

entry.object_info.candidates.merge_one(&candidate);
entry.object_info.candidates.merge_one(candidate);
}
}

Expand Down

0 comments on commit fc967e3

Please sign in to comment.