fix: Remove warnings

This commit is contained in:
Soph :3 2025-08-22 15:36:26 +03:00
parent d124abb879
commit d0aeff518a

View file

@ -107,8 +107,6 @@ async fn get_location_name(lat: f64, lon: f64) -> Option<String> {
fn get_localized_message( fn get_localized_message(
lang: &str, lang: &str,
all: &TungMessage, all: &TungMessage,
lon: f64,
lat: f64,
distance_km: f64, distance_km: f64,
detector_details: &[String], detector_details: &[String],
detector_fetch: bool, detector_fetch: bool,
@ -396,8 +394,6 @@ async fn main() {
let (message, title) = get_localized_message( let (message, title) = get_localized_message(
&lang, &lang,
&all, &all,
lon,
lat,
distance_km, distance_km,
&detector_details, &detector_details,
args.detector_fetch, args.detector_fetch,