2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-21 09:34:39 +00:00
nushell/crates/nu-engine/src
Stefan Holderbach c2f4969d4f
Clippy fix for Rust 1.63 ()
Take more sensitive lints into account

Somewhat ugly in some cases is the replacement of `.get(0)` with
`.first()`
2022-08-11 11:54:54 -05:00
..
call_ext.rs Track call arguments in a single list () 2022-04-09 14:55:02 +12:00
column.rs More nuon tests, fix table print () 2022-03-07 08:39:02 -05:00
documentation.rs ensure required positionals don't show up as optional when help () 2022-07-01 05:51:41 +12:00
env.rs feat: Add sensitive flag to get, fix () 2022-06-01 08:34:42 -05:00
eval.rs Clippy fix for Rust 1.63 () 2022-08-11 11:54:54 -05:00
glob_from.rs Add --directory (-D) flag to ls, list the directory itself instead of its contents () 2022-07-08 14:15:34 -05:00
lib.rs nu-cli/completions: added completion for $nu () 2022-04-23 11:49:17 +12:00