-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow span macro to accept a bare expression (#61)
This makes it possible to pass an expression directly to the `span!` macro, which will be formatted into the display representation of the expression using the `format!` macro. ```rust let number = 123; let test = "test"; span!(number); span!(test); ```
- Loading branch information
Showing
1 changed file
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters