From 83b137ae5f9c45d9bf8eacf7124ae0eec2bbabcf Mon Sep 17 00:00:00 2001 From: xanathar Date: Wed, 1 May 2024 20:04:17 +0200 Subject: [PATCH] fixed warnings --- src/enumerators/freebsd/pcidev.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/enumerators/freebsd/pcidev.rs b/src/enumerators/freebsd/pcidev.rs index 5d3d3b3..18378e7 100644 --- a/src/enumerators/freebsd/pcidev.rs +++ b/src/enumerators/freebsd/pcidev.rs @@ -4,8 +4,7 @@ use std::{ffi::CStr, fs::File, io, os::fd::AsRawFd}; use crate::{ pci_device::PciDeviceProperties, pci_property_result::PropertyResult, PciDevice, - PciDeviceEnumerationError, PciDeviceEnumerationErrorImpact, PciEnumerator, PciInfo, - PciInfoError, PciLocation, + PciDeviceEnumerationError, PciDeviceEnumerationErrorImpact, PciInfo, PciInfoError, PciLocation, }; // The ioctl must be restarted multiple times in case it returns