Skip to content

Commit

Permalink
Convert "pure" macros to pure fn in config.rs (#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 committed Oct 30, 2023
1 parent 005180f commit 3645178
Showing 1 changed file with 104 additions and 105 deletions.

0 comments on commit 3645178

Please sign in to comment.