nushell/crates/nu-command/src/math
Wind 1c6c85d35d
Fix clippy (#15489)
# Description
There are some clippy(version 0.1.86) errors on nushell repo. This pr is
trying to fix it.

# User-Facing Changes
Hopefully none.

# Tests + Formatting
NaN

# After Submitting
NaN
2025-04-06 09:49:28 +08:00
..
abs.rs refactor: ensure range is bounded (#15429) 2025-03-27 14:25:55 +01:00
avg.rs refactor: rename subcommand structs (#15309) 2025-03-14 02:00:35 +01:00
ceil.rs refactor: ensure range is bounded (#15429) 2025-03-27 14:25:55 +01:00
floor.rs refactor: ensure range is bounded (#15429) 2025-03-27 14:25:55 +01:00
log.rs refactor: ensure range is bounded (#15429) 2025-03-27 14:25:55 +01:00
math_.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
max.rs refactor: rename subcommand structs (#15309) 2025-03-14 02:00:35 +01:00
median.rs refactor: rename subcommand structs (#15309) 2025-03-14 02:00:35 +01:00
min.rs refactor: rename subcommand structs (#15309) 2025-03-14 02:00:35 +01:00
mod.rs refactor: rename subcommand structs (#15309) 2025-03-14 02:00:35 +01:00
mode.rs Math commands can work with bounded ranges and produce list of numbers (#15319) 2025-03-20 17:35:50 +01:00
product.rs refactor: rename subcommand structs (#15309) 2025-03-14 02:00:35 +01:00
reducers.rs Rework operator type errors (#14429) 2025-02-12 20:03:40 -08:00
round.rs refactor: ensure range is bounded (#15429) 2025-03-27 14:25:55 +01:00
sqrt.rs refactor: ensure range is bounded (#15429) 2025-03-27 14:25:55 +01:00
stddev.rs Math commands can work with bounded ranges and produce list of numbers (#15319) 2025-03-20 17:35:50 +01:00
sum.rs refactor: rename subcommand structs (#15309) 2025-03-14 02:00:35 +01:00
utils.rs Fix clippy (#15489) 2025-04-06 09:49:28 +08:00
variance.rs Math commands can work with bounded ranges and produce list of numbers (#15319) 2025-03-20 17:35:50 +01:00