silence cargo warnings.

we'll add back deleted code when we actually need them.
This commit is contained in:
2026-01-15 16:22:16 +08:00
parent 41260c971a
commit 26f6985151
6 changed files with 5 additions and 50 deletions

View File

@@ -11,8 +11,6 @@ pub enum RemoteError {
Http(#[from] reqwest::Error),
#[error("JSON parse error: {0}")]
Json(#[from] serde_json::Error),
#[error("{0}")]
Api(String),
}
#[derive(Default, Serialize, Deserialize, Clone, Debug, TS)]