all: address clippy lints
This commit is contained in:
parent
e5fd0fa192
commit
9e67158f47
29 changed files with 31 additions and 68 deletions
|
|
@ -459,7 +459,7 @@ impl IoUringData {
|
|||
encoded as usize
|
||||
}
|
||||
|
||||
fn id(&self) -> Cancellable {
|
||||
fn id(&self) -> Cancellable<'_> {
|
||||
Cancellable {
|
||||
id: self.id_raw(),
|
||||
data: self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue