mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-31 23:32:04 +00:00
Add deny for unreachable patterns and unused unsafe
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#![deny(unused_imports, unused_variables)]
|
||||
#![deny(unused_imports, unused_variables, unused_unsafe, unreachable_patterns)]
|
||||
|
||||
#[cfg(windows)]
|
||||
mod exception_handling;
|
||||
|
Reference in New Issue
Block a user