From 26266d70fcd7255fbafded9020437eb17bff5457 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Tue, 18 Nov 2025 21:56:51 +0300 Subject: Specified no subcommand help text --- src/shared.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/shared.rs') diff --git a/src/shared.rs b/src/shared.rs index 43589aa..ce2163d 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -1,7 +1,7 @@ -use serde::{Serialize, Deserialize}; -// API answer struct`s +use serde::{Deserialize, Serialize}; +// API answer struct`s -/// Main struct with fetched weather data +/// Main struct with fetched weather data #[derive(Debug, Serialize, Deserialize)] pub struct WeatherData { pub latitude: f64, @@ -42,7 +42,7 @@ pub struct Hourly { pub wind_speed_10m: Vec, } -/// WeatherData.hourly_units = ts struct +/// WeatherData.hourly_units = ts struct #[derive(Debug, Serialize, Deserialize)] pub struct HourlyUnits { pub time: Option, -- cgit v1.2.3