diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ASCII.yaml | 0 | ||||
| -rw-r--r-- | src/parser.rs | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ASCII.yaml b/src/ASCII.yaml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/ASCII.yaml 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<String>, } -type BoxedError = Box<dyn std::error::Error + Send + Sync>; +//type BoxedError = Box<dyn std::error::Error + Send + Sync>; const CONF: Lazy<Result<Config, Box<dyn std::error::Error + Send + Sync>>> = Lazy::new(|| { @@ -171,4 +171,4 @@ pub async fn parse_weather() -> Result<WeatherData, Box<dyn std::error::Error>> let weather_data: WeatherData = response.json().await?; Ok(weather_data) -} +}
\ No newline at end of file |
