mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 13:18:18 +02:00
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. |
||
---|---|---|
.. | ||
from | ||
to | ||
mod.rs | ||
nu_xml_format.rs |