mirror of
https://github.com/nushell/nushell.git
synced 2025-02-12 16:40:04 +01:00
# 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) |
||
---|---|---|
.. | ||
config_.rs | ||
config_env.rs | ||
config_nu.rs | ||
config_reset.rs | ||
mod.rs | ||
utils.rs |