microsoft / windows-rs

Rust for Windows
https://kennykerr.ca/rust-getting-started/
Apache License 2.0
10.23k stars 475 forks source link

Fix for Clippy `HSTRING` interior mutability warnings in nightly #3021

Closed riverar closed 3 months ago

riverar commented 3 months ago

Fixes: #3020.

Disables interior mutability lints on the HSTRING macro due to a false positive.

More information: