mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 22:55:40 +00:00
8 lines
175 B
Rust
8 lines
175 B
Rust
#![deny(unused_imports, unused_variables, unused_unsafe, unreachable_patterns)]
|
|
|
|
#[cfg(windows)]
|
|
mod exception_handling;
|
|
|
|
#[cfg(windows)]
|
|
pub use self::exception_handling::*;
|