Tiny clippy fix for qemu_launcher fuzzer (#2026)

This commit is contained in:
Dominik Maier 2024-04-09 12:49:42 +02:00 committed by GitHub
parent ef25aef471
commit 2cc560e727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ impl<'a, M: Monitor> Instance<'a, M> {
where where
QT: QemuHelperTuple<ClientState> + Debug, QT: QemuHelperTuple<ClientState> + Debug,
{ {
let mut hooks = QemuHooks::new(self.qemu.clone(), helpers); let mut hooks = QemuHooks::new(*self.qemu, helpers);
// Create an observation channel using the coverage map // Create an observation channel using the coverage map
let edges_observer = unsafe { let edges_observer = unsafe {