summaryrefslogtreecommitdiff
path: root/client/src/interfaces/profiler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/interfaces/profiler.rs')
-rw-r--r--client/src/interfaces/profiler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/interfaces/profiler.rs b/client/src/interfaces/profiler.rs
index b6c4698..541b5c5 100644
--- a/client/src/interfaces/profiler.rs
+++ b/client/src/interfaces/profiler.rs
@@ -38,7 +38,7 @@ impl Widget for &mut Profiler {
.num_columns(2)
.show(ui, |ui| {
ui.label("Backend");
- ui.label(&self.idata.adapter_info.backend.to_string());
+ ui.label(self.idata.adapter_info.backend.to_string());
ui.end_row();
ui.label("Name");
ui.label(&self.idata.adapter_info.name);