mirror of
https://github.com/nushell/nushell.git
synced 2025-02-02 11:39:55 +01:00
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) |
||
---|---|---|
.. | ||
help_.rs | ||
help_aliases.rs | ||
help_commands.rs | ||
help_escapes.rs | ||
help_externs.rs | ||
help_modules.rs | ||
help_operators.rs | ||
mod.rs |