mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-02 02:17:44 +03:00
chore(worker): remove unused lifetime on EventAccumulator
(#13158)
This commit is contained in:
parent
1c9a5bd366
commit
f6cb90593d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue