mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
windows cleanup
This commit is contained in:
parent
37dbbc39fd
commit
d49e78d931
@ -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::*;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user