uv
1bc7d93f - Fix macro typo (#11578)

Comment changes are shownComment changes are hidden
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.
Author
Parents
  • crates/uv/src
    • File
      lib.rs
Loading