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 d0ef714 commit ef729eeCopy full SHA for ef729ee
compiler-core/src/language_server/code_action.rs
@@ -1431,7 +1431,6 @@ impl<'ast> ast::visit::Visit<'ast> for AnnotateTopLevelDefinitions<'_> {
1431
let mut printer = Printer::new_without_type_variables(&self.module.ast.names);
1432
collect_type_variables(&mut printer, fun);
1433
1434
-
1435
let code_action_range = self.edits.src_span_to_lsp_range(
1436
fun.body_start
1437
.map(|body_start| SrcSpan {
0 commit comments