Skip to content

Commit edd542e

Browse files
committed
fixup! Rename MutiUseSandbox -> Sandbox
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 7403dbd commit edd542e

File tree

1 file changed

+1
-0
lines changed
  • src/hyperlight_host/src/sandbox

1 file changed

+1
-0
lines changed

src/hyperlight_host/src/sandbox/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pub(crate) mod mem_mgr;
2929
pub(crate) mod outb;
3030
/// Functionality for dealing with initialized sandboxes that can
3131
/// call 0 or more guest functions
32+
#[allow(clippy::module_inception)]
3233
pub mod sandbox;
3334
/// Functionality for creating uninitialized sandboxes, manipulating them,
3435
/// and converting them to initialized sandboxes.

0 commit comments

Comments
 (0)