mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-14 15:51:32 +00:00
Add deny dead_code lint and fix one error
This commit is contained in:
@ -89,7 +89,6 @@ impl ModuleCodeGenerator<CraneliftFunctionCodeGenerator, Caller, CodegenError>
|
||||
func,
|
||||
func_translator,
|
||||
next_local: 0,
|
||||
module_info: Arc::clone(&module_info),
|
||||
position: Position::default(),
|
||||
func_env: FunctionEnvironment {
|
||||
module_info: Arc::clone(&module_info),
|
||||
@ -394,7 +393,6 @@ pub struct CraneliftFunctionCodeGenerator {
|
||||
func: Function,
|
||||
func_translator: FuncTranslator,
|
||||
next_local: usize,
|
||||
module_info: Arc<RwLock<ModuleInfo>>,
|
||||
position: Position,
|
||||
func_env: FunctionEnvironment,
|
||||
}
|
||||
|
Reference in New Issue
Block a user