We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da50610 commit 174a646Copy full SHA for 174a646
1 file changed
src/app/ui.rs
@@ -35,7 +35,7 @@ struct PlotTabViewer<'a> {
35
curr_unit: &'a str,
36
}
37
38
-impl<'a> TabViewer for PlotTabViewer<'a> {
+impl TabViewer for PlotTabViewer<'_> {
39
type Tab = PlotTab;
40
41
fn title(&mut self, tab: &mut Self::Tab) -> egui::WidgetText {
0 commit comments