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

Fix latest clippy assertion failures #910

Merged
merged 11 commits into from
Jun 22, 2021
Merged

Commits on Jun 21, 2021

  1. Use idiomatic assertions

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    6282dae View commit details
    Browse the repository at this point in the history
  2. Fix self conventions

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    43c5734 View commit details
    Browse the repository at this point in the history
  3. Rename Time::to_rfc3339 to Time::as_rfc3339 to fix self convention

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    314f166 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary clones for Copy-able structs

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1350773 View commit details
    Browse the repository at this point in the history
  5. Use idiomatic assertions

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2659f19 View commit details
    Browse the repository at this point in the history
  6. Use std::mem::take, which already provides this functionality

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    4d3dcf3 View commit details
    Browse the repository at this point in the history
  7. Use idiomatic assertions

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    7ec6408 View commit details
    Browse the repository at this point in the history
  8. Reduce to more idiomatic form

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    27c18b0 View commit details
    Browse the repository at this point in the history
  9. Pin tokio versions to 1.6.2 until they fix broken docsrs config

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    53c1a50 View commit details
    Browse the repository at this point in the history
  10. Rename to be consistent with Rust self conventions

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c005d4d View commit details
    Browse the repository at this point in the history
  11. Add .changelog entry for API change

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    e034c49 View commit details
    Browse the repository at this point in the history