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