1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 03:27:30 +01:00
nushell/crates/nu-plugin
Stefan Holderbach a14e9e0a2e
Invert &Options to Option<&T> ()
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.
2023-09-13 07:00:58 +08:00
..
src Invert &Options to Option<&T> () 2023-09-13 07:00:58 +08:00
Cargo.toml bump nushell to dev version 0.84.1 () 2023-08-23 15:23:27 -05:00
LICENSE Fix rest of license year ranges () 2023-04-04 09:03:29 +12:00