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
A recent refactor introduced an unnecessary double indirection
when passing `serialized_values` to
`extract_partition_key_and_calculate_token`. It's curious that clippy
didn't yell about this, but it was caught by a manual review.
0 commit comments