Skip to content

Commit 9bc0562

Browse files
committed
Remove a new clippy warning
1 parent a20b02b commit 9bc0562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ impl DeviceFlow {
169169
///
170170
/// # Examples
171171
/// See test-cases in source code for a more complete example.
172-
async fn poll_token<'a>(
172+
async fn poll_token(
173173
application_secret: &ApplicationSecret,
174174
client: &impl SendRequest,
175175
device_code: &str,

0 commit comments

Comments
 (0)