Skip to content

Commit 0233985

Browse files
committed
nvme: mi: PcieCommandRequestType: Drop Discriminant impl
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent 85cc791 commit 0233985

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/nvme/mi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,6 @@ enum PcieCommandRequestType {
10391039
IoRead = 0x04,
10401040
IoWrite = 0x05,
10411041
}
1042-
unsafe impl Discriminant<u8> for PcieCommandRequestType {}
10431042

10441043
// MI v2.0, 7, Figure 151-152
10451044
#[derive(Debug, DekuRead, DekuWrite, Eq, PartialEq)]

0 commit comments

Comments
 (0)