We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0bf98 commit 14204f6Copy full SHA for 14204f6
crates/codegen/src/symboltable.rs
@@ -1466,8 +1466,7 @@ impl SymbolTableBuilder {
1466
// Non-simple annotations (subscript, attribute, parenthesized) are
1467
// never compiled into __annotate__, so scanning them would create
1468
// sub_tables that desynchronize the annotation scope's sub_table index.
1469
- let is_simple_name =
1470
- *simple && matches!(&**target, Expr::Name(_));
+ let is_simple_name = *simple && matches!(&**target, Expr::Name(_));
1471
if is_simple_name {
1472
self.scan_annotation(annotation)?;
1473
}
0 commit comments