mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
chore(worker): remove unused lifetime on EventAccumulator
(#13158)
This commit is contained in:
parent
1c9a5bd366
commit
f6cb90593d
@ -94,7 +94,7 @@ struct EventAccumulator {
|
||||
render_lock: Option<RenderLock>,
|
||||
}
|
||||
|
||||
impl<'a> EventAccumulator {
|
||||
impl EventAccumulator {
|
||||
fn new() -> EventAccumulator {
|
||||
EventAccumulator {
|
||||
diff_base: None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user