We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cda85 commit fdbb4cbCopy full SHA for fdbb4cb
console_backend/src/lib.rs
@@ -91,7 +91,7 @@ impl<'link, S: types::CapnProtoSender> Tabs<'link, S> {
91
client_sender.clone(),
92
)
93
.into(),
94
- status_bar: StatusBar::new(shared_state.clone(), client_sender.clone()).into(),
+ status_bar: StatusBar::new(shared_state, client_sender).into(),
95
_link: link,
96
}
97
0 commit comments