mirror of
https://github.com/nushell/nushell.git
synced 2025-05-22 15:45:35 +00:00
* Delete unnecessary match * Use `unwrap_or_else()` * Whitespace was trim on file save * Use `map_or_else()` * Use a default to group all match arms with same output * Clippy made me do it