Skip to content

Commit

Permalink
satisfy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Oct 16, 2024
1 parent f27d9ff commit a76b304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/vm2/src/instruction_handlers/far_call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use crate::{
///
/// Even though all errors happen before the new stack frame, they cause a panic in the new frame,
/// not in the caller!
fn far_call<T, W: World<T>, M, const IS_STATIC: bool, const IS_SHARD: bool>(
fn far_call<T, W, M, const IS_STATIC: bool, const IS_SHARD: bool>(
vm: &mut VirtualMachine<T, W>,
world: &mut W,
tracer: &mut T,
Expand Down

0 comments on commit a76b304

Please sign in to comment.