Merge pull request #2207 from LemmyNet/clippy_fix_2

Clippy fixes.
This commit is contained in:
Nutomic 2022-04-12 10:16:10 +00:00 committed by GitHub
commit 2180bd0369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ where
let res2: Kind::ApubType = res.json().await?;
Kind::verify(&res2, self.inner(), data, request_counter).await?;
Ok(Kind::from_apub(res2, data, request_counter).await?)
Kind::from_apub(res2, data, request_counter).await
}
}