We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbd1bc commit b2c6580Copy full SHA for b2c6580
src/windows/mod.rs
@@ -8,7 +8,7 @@ pub mod find_tools;
8
pub(crate) mod windows_sys;
9
/// TODO: once msrv is bumped, use windows-link crate
10
#[cfg(windows)]
11
-mod windows_targets as windows_link;
+mod windows_link;
12
13
14
mod registry;
0 commit comments