mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
Fix expansion of row condition implied it (#4795)
This commit is contained in:
parent
0835073d85
commit
8fcf51908a
@ -1752,7 +1752,7 @@ pub fn parse_full_cell_path(
|
||||
(
|
||||
Expression {
|
||||
expr: Expr::Var(var_id),
|
||||
span,
|
||||
span: Span::new(0, 0),
|
||||
ty: Type::Unknown,
|
||||
custom_completion: None,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user