Skip to content

Commit 8674cf3

Browse files
committed
[ty] Experiment: Remove infer_expression_type query
1 parent 0acc273 commit 8674cf3

File tree

1 file changed

+1
-1
lines changed
  • crates/ty_python_semantic/src/types

1 file changed

+1
-1
lines changed

crates/ty_python_semantic/src/types/infer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)]
292292
pub(crate) fn infer_expression_type<'db>(
293293
db: &'db dyn Db,
294294
expression: Expression<'db>,

0 commit comments

Comments
 (0)