nushell/crates/nu-command/src/conversions/into
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
..
binary.rs feat: add search terms for conversions (#5259) 2022-04-20 11:48:32 -05:00
bool.rs feat: add search terms for conversions (#5259) 2022-04-20 11:48:32 -05:00
command.rs Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
datetime.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
decimal.rs fix examples and let into decimal convert bools too (#6246) 2022-08-06 07:10:33 -05:00
duration.rs expand durations to include month, year, decade (#6123) 2022-07-26 08:05:37 -05:00
filesize.rs Fix #5469, making $nothing or null convert to filesize of 0B (#5485) 2022-05-09 06:19:28 -05:00
int.rs trim spaces when converting strings to ints (#6105) 2022-07-23 09:23:04 -05:00
mod.rs Add into duration (#4683) 2022-03-03 08:16:04 -05:00
string.rs make into string --decimals add decimals to integer numbers (#6084) 2022-07-20 06:16:35 -05:00