build: Apply cargo fmt check to fuzz workspace

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2024-09-28 10:01:35 +01:00
parent 13cf7a1315
commit f041c940a7
15 changed files with 47 additions and 30 deletions

View File

@@ -3,10 +3,11 @@
// SPDX-License-Identifier: Apache-2.0
#![no_main]
use std::sync::Arc;
use devices::legacy::Serial;
use libc::EFD_NONBLOCK;
use libfuzzer_sys::fuzz_target;
use std::sync::Arc;
use vm_device::interrupt::{InterruptIndex, InterruptSourceConfig, InterruptSourceGroup};
use vm_device::BusDevice;
use vmm_sys_util::eventfd::EventFd;