Skip to content

Commit

Permalink
Exposing Vm::context
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Apr 7, 2024
1 parent 52f0d9a commit 41bf433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Vm {
self.context(guard).invoke(name, params)
}

fn context<'context, 'guard>(
pub fn context<'context, 'guard>(
&'context self,
guard: &'context mut CollectionGuard<'guard>,
) -> VmContext<'context, 'guard> {
Expand Down

0 comments on commit 41bf433

Please sign in to comment.