nushell/crates/nu-explore/src
Reilly Wood d8478ca690
Clean up unnecessary macro use (#8607)
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
..
commands Clean up unnecessary macro use (#8607) 2023-03-25 20:17:20 +13:00
nu_common Optional members in cell paths: Attempt 2 (#8379) 2023-03-15 20:50:58 -07:00
pager Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
registry fix some typos (#7773) 2023-01-16 12:43:46 +01:00
views Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
lib.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00