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
types: derive/impl PartialEq and Eq only for test purposes
Implementation of `PartialEq` for `CassDataType` hides a
possibly unsafe operation. Let's make sure that we do not depend
on it in the code - only use it for test purposes.
0 commit comments