Skip to content
Unverified Commit bef52781 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Remove idempotency token trait (#571)

* remove idempotency token trait

There is no compelling reason to provide your own implementation of the `IdempotencyToken` trait. Exposing this trait left us open to unecessary backwards compatibility risks. Instead,
this commit refactors idempotency token to be a simple struct/enum.

* fix clippy
parent c10899da
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment