There was an error while loading. Please reload this page.
1 parent 3a2f9bd commit 0d90cb5Copy full SHA for 0d90cb5
1 file changed
src/hyperlight_host/src/hypervisor/virtual_machine/whp.rs
@@ -17,7 +17,7 @@ limitations under the License.
17
use std::os::raw::c_void;
18
19
use hyperlight_common::mem::PAGE_SIZE_USIZE;
20
-use tracing::{Span, instrument};
+use tracing::Span;
21
#[cfg(feature = "trace_guest")]
22
use tracing_opentelemetry::OpenTelemetrySpanExt;
23
use windows::Win32::Foundation::{FreeLibrary, HANDLE};
0 commit comments