fix stupid error

This commit is contained in:
2025-03-15 20:40:23 -04:00
parent 9618ac7957
commit 28f1f957a9

View File

@@ -12,7 +12,7 @@ pub use unix::*;
#[cfg(windows)]
#[path = "windows.rs"]
mod unix;
mod windows;
#[cfg(windows)]
pub use windows::*;