mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
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:
parent
f7b9a6e577
commit
fdcc8539cd
@ -20,7 +20,7 @@
|
||||
|
||||
#[macro_use]
|
||||
extern crate anyhow;
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
#[allow(unused_imports)]
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user