silence cargo warnings.
we'll add back deleted code when we actually need them.
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user