Skip to content

Commit ffd8d51

Browse files
committed
Remove unused PhantomData import
1 parent 5680251 commit ffd8d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pub mod device_type;
44

55
use bit_field::BitField;
6-
use core::{fmt, marker::PhantomData};
6+
use core::fmt;
77

88
/// PCIe supports 65536 segments, each with 256 buses, each with 32 slots, each with 8 possible functions. We cram this into a `u32`:
99
///

0 commit comments

Comments
 (0)