You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a false positive because the kind of HSTRING the macro create is always immutable, but I guess Clippy doesn't know that. The trouble is that I can't seem to find a way to suppress the Clippy warning from within the macro_rules macro.
The text was updated successfully, but these errors were encountered:
https://github.com/microsoft/windows-rs/actions/runs/8933382409/job/24538679794
Any suggestions?
This is a false positive because the kind of
HSTRING
the macro create is always immutable, but I guess Clippy doesn't know that. The trouble is that I can't seem to find a way to suppress the Clippy warning from within themacro_rules
macro.The text was updated successfully, but these errors were encountered: