Skip to content

Commit 174a646

Browse files
committed
make clippy happy
1 parent da50610 commit 174a646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct PlotTabViewer<'a> {
3535
curr_unit: &'a str,
3636
}
3737

38-
impl<'a> TabViewer for PlotTabViewer<'a> {
38+
impl TabViewer for PlotTabViewer<'_> {
3939
type Tab = PlotTab;
4040

4141
fn title(&mut self, tab: &mut Self::Tab) -> egui::WidgetText {

0 commit comments

Comments
 (0)