mirror of
https://github.com/instant-labs/instant-acme.git
synced 2025-02-02 06:22:12 +00:00
rust: apply clippy suggestions from 1.60
This commit is contained in:
parent
faa660a6d1
commit
8433cd143f
@ -228,7 +228,7 @@ impl AccountInner {
|
||||
) -> Result<T, Error> {
|
||||
let rsp = self.post(None::<&Empty>, nonce.take(), url).await?;
|
||||
*nonce = nonce_from_response(&rsp);
|
||||
Ok(Problem::check(rsp).await?)
|
||||
Problem::check(rsp).await
|
||||
}
|
||||
|
||||
async fn post(
|
||||
|
Loading…
Reference in New Issue
Block a user