mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
9 lines
200 B
Rust
9 lines
200 B
Rust
#![deny(unused_imports, unused_variables, unused_unsafe, unreachable_patterns)]
|
|
|
|
#[cfg(not(target_os = "windows"))]
|
|
#[macro_use]
|
|
extern crate failure;
|
|
|
|
#[cfg(not(target_os = "windows"))]
|
|
pub mod vfs;
|