Skip to content

Commit

Permalink
cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam committed May 8, 2023
1 parent 238fea6 commit dafd6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alt/path/scoring/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ pub fn score_paths(
.map(|path| cleanse_path(path))
.filter(|path| path != cleansed_path)
.map(|path| {
(ScoredPath {
ScoredPath {
score: score(cleansed_path, &path, filename_weight, path_weight),
path,
})
}
})
.collect()
}
Expand Down

0 comments on commit dafd6c4

Please sign in to comment.