mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
fix(warn): remove unnecessary mut (#922)
This commit is contained in:
parent
db3d8a71a8
commit
b727d105f3
@ -941,7 +941,7 @@ impl Tab {
|
||||
pane_contents_and_ui
|
||||
.render_pane_frame(*client_id, self.session_is_mirrored);
|
||||
} else {
|
||||
let mut boundaries = client_id_to_boundaries
|
||||
let boundaries = client_id_to_boundaries
|
||||
.entry(*client_id)
|
||||
.or_insert_with(|| Boundaries::new(self.viewport));
|
||||
pane_contents_and_ui.render_pane_boundaries(
|
||||
|
Loading…
Reference in New Issue
Block a user