mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +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
|
||||
});
|
||||
|
||||
// TODO avoid collect() somehow?
|
||||
let res: RenameResult<Vec<(ast::NameLike, Definition)>> = symbols.collect();
|
||||
match res {
|
||||
// remove duplicates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue