microsoft / windows-rs

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

The `Debug` derive macro does not need to be qualified #3097

Closed kennykerr closed 1 month ago

kennykerr commented 1 month ago

The windows-bindgen crate was inconsistently generating this derive macro due to some previous refactoring. This just switches to consistently using the unqualified form in all cases.

kennykerr commented 1 month ago

Build validation blocked by #3096