mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-01 08:07:50 +00:00
Fix comment
This commit is contained in:
parent
eee3c03042
commit
7dccce5e20
1 changed files with 1 additions and 1 deletions
|
@ -1260,7 +1260,7 @@ impl SymbolTableBuilder {
|
||||||
table.symbols.entry(name.into_owned()).or_insert(symbol)
|
table.symbols.entry(name.into_owned()).or_insert(symbol)
|
||||||
};
|
};
|
||||||
|
|
||||||
// Set proper flags on symbol:
|
// Set proper scope and flags on symbol:
|
||||||
match role {
|
match role {
|
||||||
SymbolUsage::Nonlocal => {
|
SymbolUsage::Nonlocal => {
|
||||||
symbol.scope = SymbolScope::Free;
|
symbol.scope = SymbolScope::Free;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue