mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-24 14:20:20 -04:00
windows cleanup
This commit is contained in:
parent
37dbbc39fd
commit
d49e78d931
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ cfg_if! {
|
||||||
pub use ipc_tokio::*;
|
pub use ipc_tokio::*;
|
||||||
} else if #[cfg(feature="rt-async-std")] {
|
} else if #[cfg(feature="rt-async-std")] {
|
||||||
mod ipc_async_std;
|
mod ipc_async_std;
|
||||||
|
#[cfg_attr(windows, allow(unused_imports))]
|
||||||
pub use ipc_async_std::*;
|
pub use ipc_async_std::*;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue