nushell/crates/nu-cmd-extra/src/extra
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
..
bits Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
conversions Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
filters Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
formats Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
math move math constants to standard library (#9678) 2023-09-05 19:32:31 +02:00
platform Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
strings Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs move math constants to standard library (#9678) 2023-09-05 19:32:31 +02:00