Skip to content

Commit

Permalink
fix: remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 8, 2024
1 parent df4c04d commit 9c4cd94
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions stac/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,4 @@ pub enum Error {
/// [url::ParseError]
#[error(transparent)]
Url(#[from] url::ParseError),

/// [jsonschema::ValidationError], but owned.
#[cfg(feature = "jsonschema")]
#[error(transparent)]
ValidationError(#[from] jsonschema::ValidationError<'static>),
}

0 comments on commit 9c4cd94

Please sign in to comment.