hypervisor: Fix issues with nightly compilers

cargo fuzz build complaints about some un-used function in the
instruction emultator. Silence the warning by allowing dead code
generation.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
Jinank Jain 2025-06-04 12:41:10 +05:30
parent 6f56ef9a36
commit 3f8186f627

View file

@ -4,7 +4,7 @@
// SPDX-License-Identifier: Apache-2.0
//
#![allow(non_camel_case_types, clippy::upper_case_acronyms)]
#![allow(non_camel_case_types, dead_code, clippy::upper_case_acronyms)]
//
// CMP-Compare Two Operands