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 warnings and errors from beta Rust #2904

Merged
merged 4 commits into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. axum: disable unreachable_patterns on a per-trigger basis

    `unreachable_patterns` is otherwise a very helpful warning, so it should
    not be disabled crate-wide IMHO
    Benjamin Sparks committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0c09d28 View commit details
    Browse the repository at this point in the history
  2. axum/examples: disable unreachable_patterns per example

    This time the warning is disabled globally due to being isolated in the
    example, and not being part of the axum library
    Benjamin Sparks committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3c62cc0 View commit details
    Browse the repository at this point in the history
  3. Fix clippy::too-long-first-doc-paragraph triggers

    The fixes all required slight rewordings and formatting changes, so
    these should be checked for accuracy.
    Benjamin Sparks committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6011c99 View commit details
    Browse the repository at this point in the history
  4. Clean up whitespace

    jplatte authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3534be3 View commit details
    Browse the repository at this point in the history