Skip to content

Commit

Permalink
Merge pull request #23 from aidant/main
Browse files Browse the repository at this point in the history
feat(error): allow ErrorKind to be compared
  • Loading branch information
AntoniosBarotsis authored Jan 18, 2025
2 parents 60da9ca + 5a18f00 commit da9e863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub mod types {
///
/// [`Resend`]: crate::Resend
#[non_exhaustive]
#[derive(Debug, Copy, Clone)]
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum ErrorKind {
/// Error name is not in the API spec.
Unrecognized,
Expand Down

0 comments on commit da9e863

Please sign in to comment.