mirror of
https://github.com/helix-editor/helix.git
synced 2025-03-31 09:27:45 +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>,
|
||||
}
|
||||
|
||||
impl<'a> EventAccumulator {
|
||||
impl EventAccumulator {
|
||||
fn new() -> EventAccumulator {
|
||||
EventAccumulator {
|
||||
diff_base: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue