We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7403dbd commit edd542eCopy full SHA for edd542e
src/hyperlight_host/src/sandbox/mod.rs
@@ -29,6 +29,7 @@ pub(crate) mod mem_mgr;
29
pub(crate) mod outb;
30
/// Functionality for dealing with initialized sandboxes that can
31
/// call 0 or more guest functions
32
+#[allow(clippy::module_inception)]
33
pub mod sandbox;
34
/// Functionality for creating uninitialized sandboxes, manipulating them,
35
/// and converting them to initialized sandboxes.
0 commit comments