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