1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-29 17:16:49 +01:00
nushell/crates/nu-cmd-extra/src
Eric Hodel a95a4505ef
Convert Shellerror::GenericError to named fields ()
# 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
..
extra Convert Shellerror::GenericError to named fields () 2023-12-07 00:40:03 +01:00
example_test.rs move math constants to standard library () 2023-09-05 19:32:31 +02:00
lib.rs nu-cmd-extra crate infrastructure in place with the Bits command as the model for adding other commands () 2023-06-01 10:46:16 -07:00