mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
arch: drop allow(clippy::transmute_ptr_to_ptr)
It is not needed. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
714b529bb2
commit
c9983ff4ad
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
//! Implements platform specific functionality.
|
//! Implements platform specific functionality.
|
||||||
//! Supported platforms: x86_64, aarch64.
|
//! Supported platforms: x86_64, aarch64.
|
||||||
#![allow(clippy::transmute_ptr_to_ptr)]
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
|
Loading…
Reference in New Issue
Block a user