uv
1bc7d93f
- Fix macro typo (#11578)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
114 days ago
Fix macro typo (#11578) This typo wasn't caught because the `($arg:expr, false)` macro branch was never exercised. For example, prior to this change, if you add ``` show_settings!(globals, false); ``` below, you'll get a compiler error.
References
#11578 - Fix macro typo
Author
jtfmumm
Parents
90e9287d
Files
1
crates/uv/src
lib.rs
Loading