diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-22 23:40:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 23:40:42 +0300 |
| commit | c0b5fc205bbf8c033cd071401ca480a9a3a7787d (patch) | |
| tree | 982aec519ce52a2621f403e36c08f89af8fe885d /src/shared.rs | |
| parent | 32c3ad5e22d34c737b4f3a3accc750557956aa95 (diff) | |
Update shared.rs
Diffstat (limited to 'src/shared.rs')
| -rw-r--r-- | src/shared.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared.rs b/src/shared.rs index ce2163d..c061952 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -16,7 +16,7 @@ pub struct WeatherData { pub hourly_units: Option<HourlyUnits>, pub hourly: Hourly, } - +// ts means this, not typescript /// WeatherData.current = ts struct #[derive(Debug, Serialize, Deserialize)] pub struct Current { |
