Skip to content

Commit 7c96d86

Browse files
committed
clippy: allow some future lints (from clippy::nursery)
1 parent eca7a24 commit 7c96d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uefi/src/proto/pci/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ mod tests {
131131
use super::PciIoAddress;
132132

133133
#[test]
134+
#[allow(clippy::unusual_byte_groupings)]
134135
fn test_pci_ioaddr_raw_conversion() {
135136
assert_eq!(size_of::<u64>(), size_of::<PciIoAddress>());
136137
let srcaddr = PciIoAddress {

0 commit comments

Comments
 (0)