mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-25 03:56:18 -05:00
automated clippy fixes
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user