nushell/crates/nu-cmd-dataframe/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
..
dataframe Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
lib.rs Put heavy dataframe dependencies behind feature flag (#9971) 2023-08-09 22:36:09 -07:00