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
PoolRefiller::use_keyspace took keyspace_name by ref even though it
actually needs the ownership, so it had to clone it.
Taking by value removes this clone.
0 commit comments