mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
a14e9e0a2e
Elide the reference for `Copy` type (`usize`) Use the canonical deref where possible. * `&Box` -> `&` * `&String` -> `&str` * `&PathBuf` -> `&Path` Skips the ctrl-C handler for now. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |