From 12c4b02df6ab22c2492dde008b62ff82a563df3e Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Thu, 3 Apr 2025 16:39:52 +0300 Subject: Main fixes and developing --- src/ASCII.yaml | 0 src/parser.rs | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 src/ASCII.yaml (limited to 'src') diff --git a/src/ASCII.yaml b/src/ASCII.yaml new file mode 100644 index 0000000..e69de29 diff --git a/src/parser.rs b/src/parser.rs index d6b7abd..ddf3b0a 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -123,7 +123,7 @@ pub struct Alert { pub tags: Vec, } -type BoxedError = Box; +//type BoxedError = Box; const CONF: Lazy>> = Lazy::new(|| { @@ -171,4 +171,4 @@ pub async fn parse_weather() -> Result> let weather_data: WeatherData = response.json().await?; Ok(weather_data) -} +} \ No newline at end of file -- cgit v1.2.3