nushell/crates/nu-command/src/viewers
Eric Hodel a95a4505ef
Convert Shellerror::GenericError to named fields (#11230)
# 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)
2023-12-07 00:40:03 +01:00
..
griddle.rs Use record API in more parts of nu-protocol (#10928) 2023-11-08 23:03:08 +01:00
icons.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
mod.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00
table.rs optimize/clean up a few of the table changes (#11076) 2023-11-16 11:37:46 -06:00