mirror of
https://github.com/nushell/nushell.git
synced 2025-04-17 17:58:18 +02: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 |
||
---|---|---|
.. | ||
director.rs | ||
matchers.rs | ||
nu_process.rs | ||
play.rs | ||
tests.rs |