Skip to content

Commit

Permalink
chore: make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron authored and theduke committed Apr 4, 2024
1 parent 11a9ea1 commit f74c193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl futures::stream::Stream for CrateStream {
assert!(matches!(f.poll_unpin(cx), std::task::Poll::Pending));
inner.next_page_fetch = Some(f);

cx.waker().clone().wake();
cx.waker().wake_by_ref();

std::task::Poll::Pending
}
Expand Down

0 comments on commit f74c193

Please sign in to comment.