mirror of
https://github.com/nushell/nushell
synced 2025-01-25 03:15:25 +00: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) |
||
---|---|---|
.. | ||
config | ||
export_env.rs | ||
load_env.rs | ||
mod.rs | ||
source_env.rs | ||
with_env.rs |