1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 11:37:10 +01:00
nushell/crates/nu-cli
Reilly Wood d8478ca690
Clean up unnecessary macro use ()
Some minor code cleanup.

We've accumulated a few macros over the years that arguably don't need
to be macros. This PR removes 4 macros by either:
1. Inlining the macro
2. Replacing the macro with a local function
3. Replacing the macro with a closure
2023-03-25 20:17:20 +13:00
..
src Clean up unnecessary macro use () 2023-03-25 20:17:20 +13:00
tests FEATURE: add the startup time to $nu () 2023-03-09 14:18:58 -06:00
Cargo.toml Bump miette from 5.5.0 to 5.6.0 () 2023-03-24 22:55:25 +13:00
LICENSE Include license text in all crates () 2022-04-08 10:47:13 +02:00