From c121d94f0b27bc04ffbdca55cd0939c1401d5a2e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 27 Jan 2025 15:26:00 +0100 Subject: clippy: fixes and ignores --- client/src/interfaces/profiler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/interfaces') 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); -- cgit v1.2.3-70-g09d2