forked from extern/nushell
Errors when let in
, let env
and similar commands are passed. (#5866)
* throw `let nu/env/nothing/in` error in parsing * add tests and fmt * fix clippy * suggestions * fmt * `lvalue.span` instead of `spans[1]` * clippy * fmt
This commit is contained in:
@ -30,6 +30,7 @@ mod into_filesize;
|
||||
mod into_int;
|
||||
mod last;
|
||||
mod length;
|
||||
mod let_;
|
||||
mod lines;
|
||||
mod ls;
|
||||
mod math;
|
||||
|
Reference in New Issue
Block a user