Skip to content

Commit dfa6190

Browse files
committed
fix compile error
1 parent 050ecb6 commit dfa6190

File tree

1 file changed

+1
-1
lines changed
  • crates/wasmi/src/engine/translator/func2

1 file changed

+1
-1
lines changed

crates/wasmi/src/engine/translator/func2/instrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use super::{Instr, Reset, ReusableAllocations};
22
use crate::{
33
core::FuelCostsProvider,
4-
engine::translator::BumpFuelConsumption,
4+
engine::translator::utils::BumpFuelConsumption as _,
55
ir::Instruction,
66
Engine,
77
Error,

0 commit comments

Comments
 (0)