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(
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue