nushell/crates/nu-explore/src
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
..
commands Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00
nu_common Debugger experiments (#11441) 2024-03-08 20:21:35 +02:00
pager Fix ignored clippy lints (#12160) 2024-03-11 19:46:04 +01:00
registry explore: remove :config, :show-config, :tweak commands (#10259) 2023-09-07 10:34:08 -05:00
views Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
default_context.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00
explore.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
lib.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00