mirror of https://github.com/helix-editor/helix
chore(worker): remove unused lifetime on `EventAccumulator` (#13158)
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…
Reference in New Issue