nushell/crates/nu-protocol/src/pipeline_data
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
..
io_stream.rs Misc doc fixes (#12266) 2024-03-23 07:26:08 -05:00
metadata.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
mod.rs Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
stream.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00