mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
Fix expansion of row condition implied it (#4795)
This commit is contained in:
parent
0835073d85
commit
8fcf51908a
1 changed files with 1 additions and 1 deletions
|
@ -1752,7 +1752,7 @@ pub fn parse_full_cell_path(
|
||||||
(
|
(
|
||||||
Expression {
|
Expression {
|
||||||
expr: Expr::Var(var_id),
|
expr: Expr::Var(var_id),
|
||||||
span,
|
span: Span::new(0, 0),
|
||||||
ty: Type::Unknown,
|
ty: Type::Unknown,
|
||||||
custom_completion: None,
|
custom_completion: None,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue