mirror of
https://github.com/nushell/nushell.git
synced 2025-06-05 17:46:44 +02:00
Closes #15305 # Description Basically turns off `skip_comments` of the lex function for right hand side expressions of `let`/`mut`, just as in `parse_const`. # User-Facing Changes Should be none. # Tests + Formatting +1 # After Submitting