Fix Clippy warnings in fuzzy crate (#8701)

This PR fixes a number of Clippy warnings in the `fuzzy` crate.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-03-02 01:02:34 -05:00 committed by GitHub
parent ca2cda8d2a
commit e5e6c7f09d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -200,7 +200,7 @@ pub async fn match_path_sets<'a, Set: PathMatchCandidateSet<'a>>(
usize::MAX,
|relative_to| {
distance_between_paths(
candidate.path.as_ref(),
candidate.path,
relative_to.as_ref(),
)
},