Skip to content

Commit 5140a7d

Browse files
committed
only include types when fuzzing
Signed-off-by: Simon Davies <[email protected]>
1 parent 176cbbb commit 5140a7d

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
@@ -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
};

0 commit comments

Comments
 (0)