Skip to content

Commit

Permalink
fix(api/jsc): Self -> crate::Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 25, 2024
1 parent 1005cfc commit 430301e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/src/rt/jsc/entities/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl Into<crate::Engine> for Engine {
fn into(self) -> crate::Engine {
crate::Engine {
rt: crate::RuntimeEngine::Jsc(self),
id: Self::atomic_next_engine_id(),
id: crate::Engine::atomic_next_engine_id(),
}
}
}

0 comments on commit 430301e

Please sign in to comment.