mirror of
https://github.com/nushell/nushell.git
synced 2025-05-05 02:24:25 +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 |
||
---|---|---|
.. | ||
date_.rs | ||
humanize.rs | ||
list_timezone.rs | ||
mod.rs | ||
now.rs | ||
parser.rs | ||
to_record.rs | ||
to_table.rs | ||
to_timezone.rs | ||
utils.rs |