mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 03:44:19 +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. |
||
---|---|---|
.. | ||
plugin | ||
protocol | ||
serializers | ||
lib.rs |