1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-03 08:36:32 +02:00
This commit is contained in:
blindfs 2025-04-22 11:27:08 +08:00
parent 5655bb62ab
commit b17a46870c

@ -183,7 +183,6 @@ fn flatten_expression_into(
expr: &Expression,
output: &mut Vec<(Span, FlatShape)>,
) {
match &expr.expr {
Expr::AttributeBlock(ab) => {
for attr in &ab.attributes {