From 131063eb0eeb597befdb005eb9287f08204a1b61 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:07:57 +0200 Subject: [PATCH] Rustfmt --- virtio-core/src/probe.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/virtio-core/src/probe.rs b/virtio-core/src/probe.rs index da95234636..5762912f8e 100644 --- a/virtio-core/src/probe.rs +++ b/virtio-core/src/probe.rs @@ -18,7 +18,6 @@ pub struct Device { unsafe impl Send for Device {} unsafe impl Sync for Device {} - pub const MSIX_PRIMARY_VECTOR: u16 = 0; /// VirtIO Device Probe