nushell/crates/nu-engine/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
..
call_ext.rs Debugger experiments (#11441) 2024-03-08 20:21:35 +02:00
column.rs Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
documentation.rs Debugger experiments (#11441) 2024-03-08 20:21:35 +02:00
env.rs Fix ignored clippy lints (#12160) 2024-03-11 19:46:04 +01:00
eval_helpers.rs Debugger experiments (#11441) 2024-03-08 20:21:35 +02:00
eval.rs Debugger experiments (#11441) 2024-03-08 20:21:35 +02:00
glob_from.rs open, rm, umv, cp, rm and du: Don't globs if inputs are variables or string interpolation (#11886) 2024-02-23 09:17:09 +08:00
lib.rs Debugger experiments (#11441) 2024-03-08 20:21:35 +02:00
scope.rs Keep plugins persistently running in the background (#12064) 2024-03-09 17:10:22 -06:00