diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-03-24 21:51:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 21:51:48 +0300 |
| commit | d10394452f71074c9fabe598b9a39067909fdf93 (patch) | |
| tree | 07084ebc73f4d35b2a8e8f57412ba7abfc17e708 /src/parser.rs | |
| parent | 37223ed8e6c35efae7b8c45d776920dc3e069dd1 (diff) | |
Update parser.rs
Diffstat (limited to 'src/parser.rs')
| -rw-r--r-- | src/parser.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parser.rs b/src/parser.rs index 37d0885..7d27194 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -6,9 +6,8 @@ use serde::{Serialize, Deserealize}; use std::net::{IpAddr, SocketAddr, UpdSocket}; use tokio; -static ErrBuff: String = reqwest::Error; -use serde::{Deserialize, Serialize}; +static ErrBuff: String = reqwest::Error; #[derive(Debug, Serialize, Deserialize)] pub struct WeatherData { |
