nushell/crates/nu-cmd-dataframe
Eric Hodel a95a4505ef
Convert Shellerror::GenericError to named fields (#11230)
# Description

Replace `.to_string()` used in `GenericError` with `.into()` as
`.into()` seems more popular

Replace `Vec::new()` used in `GenericError` with `vec![]` as `vec![]`
seems more popular

(There are so, so many)
2023-12-07 00:40:03 +01:00
..
src Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
Cargo.toml Upgrading to polars 0.35 (#11241) 2023-12-05 18:09:34 -06:00
LICENSE move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00