mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +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 {
|
||||
expr: Expr::Var(var_id),
|
||||
span,
|
||||
span: Span::new(0, 0),
|
||||
ty: Type::Unknown,
|
||||
custom_completion: None,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue