Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update client/executor/src/wasm_runtime.rs
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
gilescope and bkchr authored Sep 26, 2021
commit 49f1e8fa75b5e5724dece399f8183d03a817bfc0
3 changes: 1 addition & 2 deletions client/executor/src/wasm_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ pub fn create_wasm_runtime_with_code(
//
// We drop the cache_path here to silence warnings that cache_path is not used if
// compiling without the `wasmtime` flag.
#[allow(clippy::drop_copy)]
drop(cache_path);
let _ = cache_path;

sc_executor_wasmi::create_runtime(
blob,
Expand Down