Skip to content

Commit 1ac3553

Browse files
author
Anatol Ulrich
committed
remove TODO comment
1 parent df9fb9b commit 1ac3553

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide/src/rename.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ fn find_definitions(
186186
res
187187
});
188188

189-
// TODO avoid collect() somehow?
190189
let res: RenameResult<Vec<(ast::NameLike, Definition)>> = symbols.collect();
191190
match res {
192191
// remove duplicates

0 commit comments

Comments
 (0)