Remove unnecessary lifetimes
This commit is contained in:
parent
09b34bb40e
commit
52ad30c264
11 changed files with 30 additions and 42 deletions
|
|
@ -166,7 +166,7 @@ impl Shell {
|
|||
}
|
||||
}
|
||||
|
||||
fn update_active<'a, 'b>(&mut self) {
|
||||
fn update_active(&mut self) {
|
||||
// update activate status
|
||||
let focused_windows = self
|
||||
.seats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue