Skip to content

Commit

Permalink
Fix windows/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Feb 27, 2025
1 parent 4fbd1bc commit b2c6580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub mod find_tools;
pub(crate) mod windows_sys;
/// TODO: once msrv is bumped, use windows-link crate
#[cfg(windows)]
mod windows_targets as windows_link;
mod windows_link;

#[cfg(windows)]
mod registry;
Expand Down

0 comments on commit b2c6580

Please sign in to comment.