mirror of
https://github.com/nushell/nushell.git
synced 2025-05-11 02:12:58 +00:00
- Replace `match` with `unwrap_or_else` or `if let` - Remove unnecessary `mut` - Check if file path has a parent - Reduce visibility to `pub(crate)`