forked from extern/nushell
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 |