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