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
scylla: add working Debug impl for caching session
The previous derived implementation was not actually usable because
it had `Debug` bounds on the type parameters. The `RandomState` default
value for the `S` argument does not impl `Debug`, so this didn't work.
This commit switches to a manual `Debug` impl that doesn't have these
unnecessary bounds.
0 commit comments