We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790788d commit cde20bfCopy full SHA for cde20bf
crates/ra_lsp_server/src/main_loop/handlers.rs
@@ -657,7 +657,6 @@ pub fn handle_code_action(
657
.filter(|(diag_range, _fix)| diag_range.intersection(&range).is_some())
658
.map(|(_range, fix)| fix);
659
660
- // TODO: When done, we won't need this, only the one pulling from world.diagnostics
661
for source_edit in fixes_from_diagnostics {
662
let title = source_edit.label.clone();
663
let edit = source_edit.try_conv_with(&world)?;
0 commit comments