From e7a7ced841e5eb1ec369b55d3abdbc32470d199d Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 18 Sep 2024 21:17:23 -0400 Subject: Somewhere along the line this lifetime bound became redundant. --- src/channel/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/channel/app.rs') diff --git a/src/channel/app.rs b/src/channel/app.rs index 4505ea9..5aabe31 100644 --- a/src/channel/app.rs +++ b/src/channel/app.rs @@ -74,7 +74,7 @@ impl<'a> Channels<'a> { &self, channel: &channel::Id, resume_at: Option<&DateTime>, - ) -> Result + 'static, EventsError> { + ) -> Result, EventsError> { fn skip_stale( resume_at: Option<&DateTime>, ) -> impl for<'m> FnMut(&'m broadcast::Message) -> future::Ready { -- cgit v1.2.3