Skip to content

Commit c7c1c0b

Browse files
committed
Fix bad merge
1 parent 32d4eaf commit c7c1c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/vm/src/frame.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@ impl ExecutingFrame<'_> {
22552255

22562256
fn convert_value(
22572257
&mut self,
2258-
conversion: bytecode::ConversionFlag,
2258+
conversion: bytecode::ConvertValueOparg,
22592259
vm: &VirtualMachine,
22602260
) -> FrameResult {
22612261
use bytecode::ConvertValueOparg;

0 commit comments

Comments
 (0)