nushell/crates/nu-command/src/strings
Ian Manske 26786a759e
Fix ignored clippy lints (#12160)
# Description
Fixes some ignored clippy lints.

# User-Facing Changes
Changes some signatures and return types to `&dyn Command` instead of
`&Box<dyn Command`, but I believe this is only an internal change.
2024-03-11 19:46:04 +01:00
..
encode_decode Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
format fix format date based on users locale (#11908) 2024-02-20 11:08:49 -06:00
split Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
str_ deprecate str escape-glob command (#12018) 2024-02-29 20:29:56 +08:00
char_.rs make char command const (#11771) 2024-02-07 16:29:00 -06:00
detect_columns.rs Fix ignored clippy lints (#12160) 2024-03-11 19:46:04 +01:00
mod.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
parse.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00