automated clippy fixes

This commit is contained in:
Scott Lamb
2025-01-22 09:40:25 -08:00
parent 865328f02d
commit c46832369a
6 changed files with 9 additions and 15 deletions

View File

@@ -139,7 +139,7 @@ fn poll_impl(inner: &Inner, waker_i: &mut usize, cx: &mut Context<'_>) -> Poll<(
Poll::Pending
}
impl<'receiver> Future for ReceiverRefFuture<'receiver> {
impl Future for ReceiverRefFuture<'_> {
type Output = ();
fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {