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