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 abc26b4 commit e924e22Copy full SHA for e924e22
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
- ast::visit::visit_typed_function(self, fun);
1436
1437
let code_action_range = self.edits.src_span_to_lsp_range(
1438
fun.body_start
0 commit comments