File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
crates/ty_python_semantic/src/types Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ pub(super) fn infer_same_file_expression_type<'db>(
288288///
289289/// Use [`infer_same_file_expression_type`] if it is guaranteed that `expression` is in the same
290290/// to avoid unnecessary salsa ingredients. This is normally the case inside the `TypeInferenceBuilder`.
291- #[ salsa:: tracked( cycle_fn=single_expression_cycle_recover, cycle_initial=single_expression_cycle_initial, heap_size=get_size2:: GetSize :: get_heap_size) ]
291+ // #[salsa::tracked(cycle_fn=single_expression_cycle_recover, cycle_initial=single_expression_cycle_initial, heap_size=get_size2::GetSize::get_heap_size)]
292292pub ( crate ) fn infer_expression_type < ' db > (
293293 db : & ' db dyn Db ,
294294 expression : Expression < ' db > ,
You can’t perform that action at this time.
0 commit comments