nushell/crates/nu-command/src/dataframe/values
Stefan Holderbach c2f4969d4f
Clippy fix for Rust 1.63 (#6299)
Take more sensitive lints into account

Somewhat ugly in some cases is the replacement of `.get(0)` with
`.first()`
2022-08-11 11:54:54 -05:00
..
nu_dataframe Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
nu_expression expression to literal (#5769) 2022-06-13 13:22:46 -05:00
nu_lazyframe check column type during aggregation (#6058) 2022-07-16 15:34:12 +01:00
nu_lazygroupby check column type during aggregation (#6058) 2022-07-16 15:34:12 +01:00
nu_when Lazy dataframes (#5687) 2022-05-31 07:29:55 +01:00
mod.rs Lazy dataframes (#5687) 2022-05-31 07:29:55 +01:00
utils.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00