forked from extern/nushell
a95a4505ef
# Description Replace `.to_string()` used in `GenericError` with `.into()` as `.into()` seems more popular Replace `Vec::new()` used in `GenericError` with `vec![]` as `vec![]` seems more popular (There are so, so many) |
||
---|---|---|
.. | ||
types | ||
common.rs | ||
lib.rs | ||
table_theme.rs | ||
table.rs | ||
unstructured_table.rs | ||
util.rs |