nushell/crates/nu-command/src/formats
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
..
from Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
to Convert more ShellError variants to named fields (#11222) 2023-12-04 10:19:32 +01:00
mod.rs New xml format (#7947) 2023-03-12 12:35:42 +13:00
nu_xml_format.rs New xml format (#7947) 2023-03-12 12:35:42 +13:00