mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
Remove stray todo
This commit is contained in:
parent
790788d5f4
commit
cde20bf8f0
@ -657,7 +657,6 @@ pub fn handle_code_action(
|
|||||||
.filter(|(diag_range, _fix)| diag_range.intersection(&range).is_some())
|
.filter(|(diag_range, _fix)| diag_range.intersection(&range).is_some())
|
||||||
.map(|(_range, fix)| fix);
|
.map(|(_range, fix)| fix);
|
||||||
|
|
||||||
// TODO: When done, we won't need this, only the one pulling from world.diagnostics
|
|
||||||
for source_edit in fixes_from_diagnostics {
|
for source_edit in fixes_from_diagnostics {
|
||||||
let title = source_edit.label.clone();
|
let title = source_edit.label.clone();
|
||||||
let edit = source_edit.try_conv_with(&world)?;
|
let edit = source_edit.try_conv_with(&world)?;
|
||||||
|
Loading…
Reference in New Issue
Block a user