Skip to content

Commit 0d90cb5

Browse files
committed
Testing
Signed-off-by: Shailesh Vashishth <shavashishth@gmail.com>
1 parent 3a2f9bd commit 0d90cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/hyperlight_host/src/hypervisor/virtual_machine

src/hyperlight_host/src/hypervisor/virtual_machine/whp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
use std::os::raw::c_void;
1818

1919
use hyperlight_common::mem::PAGE_SIZE_USIZE;
20-
use tracing::{Span, instrument};
20+
use tracing::Span;
2121
#[cfg(feature = "trace_guest")]
2222
use tracing_opentelemetry::OpenTelemetrySpanExt;
2323
use windows::Win32::Foundation::{FreeLibrary, HANDLE};

0 commit comments

Comments
 (0)