mirror of
https://github.com/nushell/nushell.git
synced 2025-05-12 18:54:34 +00:00
# Description Fixes some ignored clippy lints. # User-Facing Changes Changes some signatures and return types to `&dyn Command` instead of `&Box<dyn Command`, but I believe this is only an internal change.