1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-11 03:45:51 +02:00
Files
nushell/crates/nu-cmd-lang/src
Stefan Holderbach 7884de1941 Remove some unnecessary static Vecs ()
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
2024-02-24 20:58:01 +01:00
..
2023-02-27 13:58:56 -08:00