chore(worker): remove unused lifetime on `EventAccumulator` (#13158)

pull/12872/merge
RoloEdits 2025-03-22 00:00:39 -07:00 committed by GitHub
parent 1c9a5bd366
commit f6cb90593d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ struct EventAccumulator {
render_lock: Option<RenderLock>, render_lock: Option<RenderLock>,
} }
impl<'a> EventAccumulator { impl EventAccumulator {
fn new() -> EventAccumulator { fn new() -> EventAccumulator {
EventAccumulator { EventAccumulator {
diff_base: None, diff_base: None,