Skip to content

Commit

Permalink
feat: Derive hash and eq for state
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-shine committed Sep 8, 2023
1 parent 8e66503 commit 89fa227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ new_secret_type![
/// via the `state` parameter.
///
#[must_use]
#[derive(Clone, Deserialize, Serialize)]
#[derive(Clone, Deserialize, Serialize, Hash, PartialEq, Eq)]
CsrfToken(String)
impl {
///
Expand Down

0 comments on commit 89fa227

Please sign in to comment.