diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-16 03:09:00 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-16 03:09:00 -0400 |
| commit | 7d47be4c40ac8f9a9c33ae8c78e44d20c2c46ef6 (patch) | |
| tree | 9da7169c81985e4daa6698586945536782becf91 /src/lib.rs | |
| parent | a9e284db95dc39d61c91089126bc8848d36fa4f7 (diff) | |
windows: windows_util -> util::windows
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -21,9 +21,6 @@ pub mod config; pub mod log_setup; pub mod util; -#[cfg(windows)] -pub mod windows_util; - pub use crate::{ config::*, util::*, |
