mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
remove TODO comment
This commit is contained in:
parent
df9fb9b159
commit
1ac35532c4
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ fn find_definitions(
|
||||||
res
|
res
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO avoid collect() somehow?
|
|
||||||
let res: RenameResult<Vec<(ast::NameLike, Definition)>> = symbols.collect();
|
let res: RenameResult<Vec<(ast::NameLike, Definition)>> = symbols.collect();
|
||||||
match res {
|
match res {
|
||||||
// remove duplicates
|
// remove duplicates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue