Skip to content

Commit b2c6580

Browse files
authored
Fix windows/mod.rs
1 parent 4fbd1bc commit b2c6580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub mod find_tools;
88
pub(crate) mod windows_sys;
99
/// TODO: once msrv is bumped, use windows-link crate
1010
#[cfg(windows)]
11-
mod windows_targets as windows_link;
11+
mod windows_link;
1212

1313
#[cfg(windows)]
1414
mod registry;

0 commit comments

Comments
 (0)