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 22f5707 commit 987faa1Copy full SHA for 987faa1
1 file changed
host/src/lib.rs
@@ -1807,6 +1807,7 @@ impl Sandbox {
1807
}
1808
1809
/// Low-level: boot with an in-memory initrd buffer. Prefer the builder.
1810
+ #[allow(clippy::too_many_arguments)]
1811
pub(crate) fn evolve_inline(
1812
kernel_path: &Path,
1813
initrd: Option<&[u8]>,
@@ -1842,6 +1843,7 @@ impl Sandbox {
1842
1843
1844
1845
/// Low-level: boot with a zero-copy mapped initrd file. Prefer the builder.
1846
1847
pub(crate) fn evolve_mapped(
1848
1849
initrd_path: Option<&Path>,
0 commit comments