From 8d7b504b23526841898e2a085c1e3d4b813d4853 Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Sun, 7 Jan 2024 01:26:35 -0800 Subject: [PATCH] docs: fix comments --- processor/src/host/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/processor/src/host/mod.rs b/processor/src/host/mod.rs index 93a9f8c305..7939239d60 100644 --- a/processor/src/host/mod.rs +++ b/processor/src/host/mod.rs @@ -38,6 +38,9 @@ pub trait Host { injector: AdviceInjector, ) -> Result; + // PROVIDED METHODS + // -------------------------------------------------------------------------------------------- + /// Creates a "by reference" host for this instance. /// /// The returned adapter also implements [Host] and will simply mutably borrow this @@ -52,9 +55,6 @@ pub trait Host { self } - // PROVIDED METHODS - // -------------------------------------------------------------------------------------------- - /// Handles the event emitted from the VM. fn on_event( &mut self,