mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
7884de1941
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 |