Reduce allocations (#30693)
Removes a unnecessary string conversion and some clones Release Notes: - N/A
This commit is contained in:
parent
fcfe4e2c14
commit
bc99a86bb7
17 changed files with 48 additions and 57 deletions
|
@ -475,7 +475,7 @@ impl TitleBar {
|
|||
.label_size(LabelSize::Small)
|
||||
.tooltip(Tooltip::text(format!(
|
||||
"{} is sharing this project. Click to follow.",
|
||||
host_user.github_login.clone()
|
||||
host_user.github_login
|
||||
)))
|
||||
.on_click({
|
||||
let host_peer_id = host.peer_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue