Skip to content

Commit

Permalink
Convert "pure" macros to pure fn in config.rs (nushell#10893)
Browse files Browse the repository at this point in the history
# Description
These macros simply took a `Span` and a shared reference to `Config` and
returned a Value, for better readability and reasoning about their
behavior convert them to simple function as they don't do anything
relevant with their macro powers.


# User-Facing Changes
None

# Tests + Formatting
(-)
  • Loading branch information
sholderbach authored and dmatos2012 committed Feb 20, 2024
1 parent 3f5d247 commit 5abed8e
Showing 1 changed file with 104 additions and 105 deletions.

0 comments on commit 5abed8e

Please sign in to comment.