Skip to content

Commit

Permalink
Fixed a warning in FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
xanathar committed Oct 11, 2024
1 parent 5726c1e commit 8e01142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enumerators/freebsd/pcidev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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,
PciDeviceEnumerationError, PciDeviceEnumerationErrorImpact, PciInfo,
PciInfoError, PciLocation,
};

Expand Down

0 comments on commit 8e01142

Please sign in to comment.