mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-21 12:41: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,3 +1,5 @@
|
||||
#![deny(unused_imports, unused_variables)]
|
||||
|
||||
//! Wasmer-runtime is a library that makes embedding WebAssembly
|
||||
//! in your application easy, efficient, and safe.
|
||||
//!
|
||||
|
Reference in New Issue
Block a user