Skip to content

Commit

Permalink
fix: remove unecessary allow(deprecated) marker (#1826)
Browse files Browse the repository at this point in the history
This function is no longer deprecated.
  • Loading branch information
Stebalien authored Jul 31, 2023
1 parent f0314bb commit 612a279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fvm/src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ fn wasmtime_config(ec: &EngineConfig) -> anyhow::Result<wasmtime::Config> {
c.generate_address_map(false);
c.cranelift_debug_verifier(false);
c.native_unwind_info(false);
#[allow(deprecated)] // TODO https://github.com/bytecodealliance/wasmtime/issues/5037
c.wasm_backtrace(false);
c.wasm_reference_types(false);

Expand Down

0 comments on commit 612a279

Please sign in to comment.