We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a7a41 commit 96835f5Copy full SHA for 96835f5
oauth2-reqwest/src/lib.rs
@@ -164,7 +164,7 @@ mod blocking {
164
#[derive(Clone, Debug, Default)]
165
pub struct ReqwestBlockingClient(reqwest::blocking::Client);
166
167
- impl<'c> oauth2::SyncHttpClient for ReqwestBlockingClient {
+ impl oauth2::SyncHttpClient for ReqwestBlockingClient {
168
type Error = HttpClientError<reqwest::Error>;
169
170
fn call(&self, request: HttpRequest) -> Result<HttpResponse, Self::Error> {
0 commit comments