mirror of
https://github.com/nushell/nushell.git
synced 2025-02-16 18:41:44 +01:00
Avoid unnecessary allocations or larger iterator structs - Turn static `Vec`s into arrays when possible - Use `std::iter::once`/`empty` where applicable - Use `bool::then_some` in `detect column` `.chain` - Drop in the bucket: de-vec-ing tests |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |