Fix some typos

This commit is contained in:
Laurențiu Nicola 2024-07-20 08:30:22 +03:00
parent 6f84bdd06e
commit 1075978bed
3 changed files with 2 additions and 3 deletions

View file

@ -292,7 +292,6 @@ fn run_flycheck(state: &mut GlobalState, vfs_path: VfsPath) -> bool {
.into_iter()
.flat_map(|id| world.analysis.transitive_rev_deps(id))
.flatten()
.sorted()
.unique()
.collect();