Skip to content

Commit 9e6739f

Browse files
committed
[host/init_multiuse] fixing leftover warning from #494
Signed-off-by: danbugs <[email protected]>
1 parent f64fdff commit 9e6739f

File tree

4 files changed

+6
-75
lines changed

4 files changed

+6
-75
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/src/sandbox/initialized_multi_use.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ limitations under the License.
1616

1717
use std::sync::{Arc, Mutex};
1818

19+
#[cfg(feature = "fuzzing")]
1920
use hyperlight_common::flatbuffer_wrappers::function_types::{
2021
ParameterValue, ReturnType, ReturnValue,
2122
};

src/tests/rust_guests/callbackguest/Cargo.lock

Lines changed: 2 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tests/rust_guests/simpleguest/Cargo.lock

Lines changed: 2 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)