Skip to content

Commit

Permalink
Removing unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
leboiko committed Jan 27, 2025
1 parent 35cb8f3 commit 4a27f50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rpc-proxy/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ pub enum ApiError {
Multipart(#[from] axum::extract::multipart::MultipartError),
#[error(transparent)]
NumParseError(#[from] std::num::ParseIntError),
#[error("Parse string failed")]
ParseStrFailed,
#[error(transparent)]
Serde(#[from] serde_json::Error),
#[error(transparent)]
Expand Down

0 comments on commit 4a27f50

Please sign in to comment.