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
Since the libs team recently agreed that they would update the implementation of Arc::ptr_eq to ignore meta data associated with the inner value then we can revert to using Arc::ptr_eq here:
Even before the implementation is changed we can simply ignore the clippy warning since there's no risk of meta data affecting our specific use case anyway.
The text was updated successfully, but these errors were encountered:
Since the libs team recently agreed that they would update the implementation of
Arc::ptr_eq
to ignore meta data associated with the inner value then we can revert to usingArc::ptr_eq
here:jsonwebtokens/src/verifier.rs
Line 60 in a0969ae
Even before the implementation is changed we can simply ignore the clippy warning since there's no risk of meta data affecting our specific use case anyway.
The text was updated successfully, but these errors were encountered: