fix: Remove warnings
This commit is contained in:
parent
d124abb879
commit
d0aeff518a
1 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue