mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 22:29:06 +02: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)`