nushell/crates/nu-cmd-dataframe
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
..
src Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
Cargo.toml Keep arrow2 out of basic --workspace build (#10178) 2023-08-31 23:10:11 +02:00
LICENSE move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00