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

This commit is contained in:
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

View file

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