nushell/crates/nu-table
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
..
examples Add an option to set header on border (style) (#9920) 2023-08-04 13:50:47 -05:00
src Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
tests Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
.gitignore Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
Cargo.toml Move more dependencies to workspace level (#12270) 2024-03-23 18:46:02 -05:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00