mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-20 20:26:32 +00:00
Add some initial deny for unused_imports and unused_variables
Additional unused variable fix on unix Remove unused import on unix Remove unused windows import
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
use std::ffi::c_void;
|
||||
use std::ptr::NonNull;
|
||||
use wasmer_runtime_core::vm::{Ctx, Func};
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![deny(unused_imports, unused_variables)]
|
||||
|
||||
#[cfg(windows)]
|
||||
mod exception_handling;
|
||||
|
||||
|
Reference in New Issue
Block a user