Skip to content

Commit cde20bf

Browse files
committed
Remove stray todo
1 parent 790788d commit cde20bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ra_lsp_server/src/main_loop/handlers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ pub fn handle_code_action(
657657
.filter(|(diag_range, _fix)| diag_range.intersection(&range).is_some())
658658
.map(|(_range, fix)| fix);
659659

660-
// TODO: When done, we won't need this, only the one pulling from world.diagnostics
661660
for source_edit in fixes_from_diagnostics {
662661
let title = source_edit.label.clone();
663662
let edit = source_edit.try_conv_with(&world)?;

0 commit comments

Comments
 (0)