nushell/crates/nu-command
Stefan Holderbach 7884de1941
Remove some unnecessary static Vecs (#11947)
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
..
src Remove some unnecessary static Vecs (#11947) 2024-02-24 20:58:01 +01:00
tests Add date support in from xlsx (#11952) 2024-02-24 07:25:51 -06:00
Cargo.toml Add date support in from xlsx (#11952) 2024-02-24 07:25:51 -06:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00