Parcourir la source

Remove unused import.

Andrew Walbran il y a 1 an
Parent
commit
3dbca8c227
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/queue.rs

+ 1 - 1
src/queue.rs

@@ -944,7 +944,7 @@ mod tests {
         transport::{
             fake::{FakeTransport, QueueStatus, State},
             mmio::{MmioTransport, VirtIOHeader, MODERN_VERSION},
-            DeviceStatus, DeviceType,
+            DeviceType,
         },
     };
     use core::ptr::NonNull;