Skip to content

Commit

Permalink
fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
xanathar committed May 1, 2024
1 parent c733394 commit 83b137a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/enumerators/freebsd/pcidev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83b137a

Please sign in to comment.