Skip to content

Commit 96835f5

Browse files
committed
Fix clippy lint
1 parent e5a7a41 commit 96835f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2-reqwest/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ mod blocking {
164164
#[derive(Clone, Debug, Default)]
165165
pub struct ReqwestBlockingClient(reqwest::blocking::Client);
166166

167-
impl<'c> oauth2::SyncHttpClient for ReqwestBlockingClient {
167+
impl oauth2::SyncHttpClient for ReqwestBlockingClient {
168168
type Error = HttpClientError<reqwest::Error>;
169169

170170
fn call(&self, request: HttpRequest) -> Result<HttpResponse, Self::Error> {

0 commit comments

Comments
 (0)