windows cleanup

This commit is contained in:
John Smith 2024-03-17 19:31:51 -04:00 committed by Christien Rioux
parent 37dbbc39fd
commit d49e78d931

View File

@ -7,6 +7,7 @@ cfg_if! {
pub use ipc_tokio::*;
} else if #[cfg(feature="rt-async-std")] {
mod ipc_async_std;
#[cfg_attr(windows, allow(unused_imports))]
pub use ipc_async_std::*;
}
}