mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +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,3 +1,5 @@
|
||||
#![deny(unused_imports, unused_variables)]
|
||||
|
||||
#[cfg(windows)]
|
||||
mod exception_handling;
|
||||
|
||||
|
Reference in New Issue
Block a user