microsoft / windows-rs

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

Remove unnecessary test cfg checks #3124

Closed kennykerr closed 1 week ago

kennykerr commented 1 week ago

Following the CI failures in https://github.com/microsoft/windows-rs/pull/3121#issuecomment-2186660351 this is just a small PR to confirm we have good build support.

Previously, #3102 removed the in-crate test code so this just removes the remaining cfg checks and exclusions.