summaryrefslogtreecommitdiffstats
path: root/src/widgets/temperature_table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/temperature_table.rs')
-rw-r--r--src/widgets/temperature_table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/temperature_table.rs b/src/widgets/temperature_table.rs
index 85d3b85d..1c8fe67c 100644
--- a/src/widgets/temperature_table.rs
+++ b/src/widgets/temperature_table.rs
@@ -48,7 +48,7 @@ impl TempWidgetData {
}
impl DataToCell<TempWidgetColumn> for TempWidgetData {
- fn to_cell<'a>(&'a self, column: &TempWidgetColumn, calculated_width: u16) -> Option<Text<'a>> {
+ fn to_cell(&self, column: &TempWidgetColumn, calculated_width: u16) -> Option<Text<'_>> {
if calculated_width == 0 {
return None;
}