mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 09:53:43 +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) |
||
---|---|---|
.. | ||
call_info.rs | ||
capture_block.rs | ||
command.rs | ||
engine_state.rs | ||
mod.rs | ||
overlay.rs | ||
pattern_match.rs | ||
stack.rs | ||
state_delta.rs | ||
state_working_set.rs | ||
usage.rs |