Implement Clippy suggestions
They were actually sensible for once???
This commit is contained in:
parent
2c2afb4b33
commit
4c2ad03a0e
16 changed files with 31 additions and 33 deletions
|
|
@ -99,7 +99,7 @@ async fn create_client(data_dir: &OsStr) -> Result<Client, DataManagerError> {
|
|||
Ok(())
|
||||
})
|
||||
.await
|
||||
.map(|_| client)
|
||||
.map(|()| client)
|
||||
})
|
||||
.await;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue