You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated property-based tests in csrf/token.rs and oauth2/tokens.rs to use .clone() on values in prop_assert_eq! and prop_assert_ne! macros. This ensures that the tests do not move values, improving clarity and preventing potential ownership issues.
0 commit comments