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