nushell/crates/nu-command/src/generators
Ian Manske e87a35104a
Remove as_i64 and as_f64 (#14258)
# Description
Turns out there are duplicate conversion functions: `as_i64` and
`as_f64`. In most cases, these can be replaced with `as_int` and
`as_float`, respectively.
2024-11-05 09:28:56 +01:00
..
cal.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
generate.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
mod.rs remove the unfold command (#10773) 2023-11-17 06:50:20 +08:00
seq.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
seq_char.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
seq_date.rs Remove as_i64 and as_f64 (#14258) 2024-11-05 09:28:56 +01:00