Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove idempotency token trait #571

Merged
merged 2 commits into from
Jun 30, 2021
Merged

Remove idempotency token trait #571

merged 2 commits into from
Jun 30, 2021

Commits on Jun 30, 2021

  1. 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.
    rcoh committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    f607d87 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    rcoh committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    20b83fa View commit details
    Browse the repository at this point in the history