Skip to content

Commit

Permalink
Fix fmt in windows/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Feb 27, 2025
1 parent b2c6580 commit a53f348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
// This is used in the crate's public API, so don't use #[cfg(windows)]
pub mod find_tools;

#[cfg(windows)]
pub(crate) mod windows_sys;
/// TODO: once msrv is bumped, use windows-link crate
#[cfg(windows)]
mod windows_link;
#[cfg(windows)]
pub(crate) mod windows_sys;

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

0 comments on commit a53f348

Please sign in to comment.