mirror of
https://github.com/nushell/nushell.git
synced 2025-05-17 16:30:47 +02:00
# Description This updates `string_expand()` in nu-table's util.rs to use the `std::iter` library's `repeat_n()` function, which was suggested as a more readable version of the existing `repeat().take()` implementation. # User-Facing Changes Should have no user facing changes. # Tests + Formatting All green circles! ``` - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib ``` |
||
---|---|---|
.. | ||
types | ||
common.rs | ||
lib.rs | ||
table_theme.rs | ||
table.rs | ||
unstructured_table.rs | ||
util.rs |