nushell/crates/nu-plugin/src
Stefan Holderbach a14e9e0a2e
Invert &Options to Option<&T> (#10315)
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
..
plugin Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
protocol Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
serializers Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
lib.rs Plugin api docs (#9452) 2023-06-16 16:25:40 +02:00