clippy fix

This commit is contained in:
2026-09-17 12:38:12 +01:00
parent cf7683ebfd
commit 9e37d0662a
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ impl WeatherService {
let mut _rx = inbox.take().expect("cant take");
iced::stream::channel(0, move |mut sender: mpsc::Sender<Wire>| async move {
let mut weather = WeatherService::new();
let weather = WeatherService::new();
let mut interval = interval(Duration::from_mins(30));
tracing::info!(key = key, "weather service started");
loop {