nushell/crates/nu-command/src/conversions
Stefan Holderbach e889679d42
Use nightly clippy to kill dead code/fix style (#12334)
- **Remove duplicated imports**
- **Remove unused field in `CompletionOptions`**
- **Remove unused struct in `nu-table`**
- **Clarify generic bounds**
- **Simplify a subtrait bound for `ExactSizeIterator`**
- **Use `unwrap_or_default`**
- **Use `Option` directly instead of empty string**
- **Elide unneeded clone in `to html`**
2024-03-30 09:17:28 +08:00
..
into Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
fill.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
mod.rs REFACTOR: move the 0% commands to nu-cmd-extra (#9404) 2023-07-06 08:31:31 -07:00