Skip to content

Commit

Permalink
docs: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Jan 7, 2024
1 parent ad4481a commit 8d7b504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions processor/src/host/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ pub trait Host {
injector: AdviceInjector,
) -> Result<HostResponse, ExecutionError>;

// PROVIDED METHODS
// --------------------------------------------------------------------------------------------

/// Creates a "by reference" host for this instance.
///
/// The returned adapter also implements [Host] and will simply mutably borrow this
Expand All @@ -52,9 +55,6 @@ pub trait Host {
self
}

// PROVIDED METHODS
// --------------------------------------------------------------------------------------------

/// Handles the event emitted from the VM.
fn on_event<S: ProcessState>(
&mut self,
Expand Down

0 comments on commit 8d7b504

Please sign in to comment.