hypervisor: Don't restrict logger crate to just x86

Even aarch64 subsystem of hypervisor crate can use logging so don't
restrict it just to x86.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
Jinank Jain 2024-03-21 09:40:53 +05:30 committed by Rob Bradford
parent f7b9a6e577
commit fdcc8539cd

View File

@ -20,7 +20,7 @@
#[macro_use]
extern crate anyhow;
#[cfg(target_arch = "x86_64")]
#[allow(unused_imports)]
#[macro_use]
extern crate log;