fix(warn): remove unnecessary mut (#922)
This commit is contained in:
parent
db3d8a71a8
commit
b727d105f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue