nushell/crates/nu-test-support/src
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
..
playground Remove some unnecessary static Vecs (#11947) 2024-02-24 20:58:01 +01:00
commands.rs Fix unit tests on Android (#10224) 2023-09-05 20:17:34 +12:00
fs.rs fix clippy (#10659) 2023-10-10 03:31:15 +13:00
lib.rs Allow spreading arguments to commands (#11289) 2023-12-28 15:43:20 +08:00
locale_override.rs Remove once_cell dependency from nu-test-support create. (#8568) 2023-03-22 19:36:52 +01:00
macros.rs Testing support tweaks: exit status in Outcome (#10692) 2023-11-15 23:50:43 +01:00
playground.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00