maint: fix warnings

This commit is contained in:
2025-07-19 09:47:20 +03:00
parent dd43135b64
commit 6b0d5def50
6 changed files with 13 additions and 14 deletions
@@ -20,7 +20,7 @@ pub trait Transport: Send {
fn notify_cfg(&self) -> &[WriteOnly<u16>];
fn notify_off_mul(&self) -> usize;
fn supports_msix(&self) -> bool;
fn device_cfg(&self) -> Option<&DeviceMemoryIo<[u8]>>;
fn device_cfg(&self) -> Option<&DeviceMemoryIo<'_, [u8]>>;
fn read_interrupt_status(&self) -> (bool, bool);
fn read_device_features(&mut self) -> u64 {