From cba45acd86209bb654ff46888facd57e8ad5b1fa Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Mon, 15 Dec 2025 10:23:37 -0500 Subject: [PATCH] clippy --- crates/ty_python_semantic/src/types/constraints.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ty_python_semantic/src/types/constraints.rs b/crates/ty_python_semantic/src/types/constraints.rs index 0fbd9fc7db..2bf58f483b 100644 --- a/crates/ty_python_semantic/src/types/constraints.rs +++ b/crates/ty_python_semantic/src/types/constraints.rs @@ -1409,7 +1409,7 @@ impl<'db> Node<'db> { // We've been tracking the lower and upper bound that the types for this path must // satisfy. Pass those bounds along and let the caller choose a representative type // from within that range. - f(Some(¤t_bounds)); + f(Some(current_bounds)); } Node::AlwaysFalse => {