mirror of https://github.com/astral-sh/ruff
clippy
This commit is contained in:
parent
1dd3cf0e58
commit
cba45acd86
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue