mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-16 17:35:13 +01:00
Fix clippy lints
This commit is contained in:
parent
60de4d5ba8
commit
bd90f5c978
5 changed files with 22 additions and 22 deletions
|
|
@ -65,5 +65,5 @@ async fn do_request(req: RequestBuilder) -> Result<Response> {
|
|||
return Err(err).wrap_err(text);
|
||||
}
|
||||
|
||||
Ok(res.error_for_status().wrap_err("failed to get class")?)
|
||||
res.error_for_status().wrap_err("failed to get class")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue