all: address clippy lints
This commit is contained in:
parent
956d3f79f7
commit
8c49ecd5fe
3 changed files with 3 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ enum AsyncError {
|
|||
|
||||
impl From<AsyncError> for io::Error {
|
||||
fn from(value: AsyncError) -> Self {
|
||||
io::Error::new(ErrorKind::Other, value)
|
||||
io::Error::other(value)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue