mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
Respect parent-scoping rules for NamedExpr assignments (#4145)
This commit is contained in:
@@ -253,6 +253,7 @@ pub enum BindingKind<'a> {
|
||||
Annotation,
|
||||
Argument,
|
||||
Assignment,
|
||||
NamedExprAssignment,
|
||||
Binding,
|
||||
LoopVar,
|
||||
Global,
|
||||
|
||||
Reference in New Issue
Block a user