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:
parent
ca2cda8d2a
commit
e5e6c7f09d
3 changed files with 5 additions and 5 deletions
|
@ -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(),
|
||||
)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue