We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a394b80 commit d874b51Copy full SHA for d874b51
uefi/src/proto/pci/mod.rs
@@ -131,6 +131,7 @@ mod tests {
131
use super::PciIoAddress;
132
133
#[test]
134
+ #[allow(clippy::unusual_byte_groupings)]
135
fn test_pci_ioaddr_raw_conversion() {
136
assert_eq!(size_of::<u64>(), size_of::<PciIoAddress>());
137
let srcaddr = PciIoAddress {
0 commit comments