mirror of
https://github.com/nushell/nushell.git
synced 2025-04-16 17:28:19 +02: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) |
||
---|---|---|
.. | ||
plugin | ||
protocol | ||
serializers | ||
lib.rs |