maint: fix warnings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user