Skip to content

Commit 6e23f9d

Browse files
committed
fixup: fix unrelated clippy warnings
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent 9a413f2 commit 6e23f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hyperlight_host/src/sandbox/initialized_multi_use.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ impl MultiUseSandbox {
162162
/// Map the contents of a file into the guest at a particular address
163163
///
164164
/// Returns the length of the mapping
165+
#[allow(dead_code)]
165166
#[instrument(err(Debug), skip(self, _fp, _guest_base), parent = Span::current())]
166167
pub(crate) fn map_file_cow(&mut self, _fp: &Path, _guest_base: u64) -> Result<u64> {
167168
#[cfg(windows)]

0 commit comments

Comments
 (0)