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

Add handler module #509

Merged
merged 5 commits into from
Oct 9, 2021
Merged

Add handler module #509

merged 5 commits into from
Oct 9, 2021

Commits on Oct 9, 2021

  1. Remove const_panic feature

    It's been stabilized in rust-lang/rust#89508.
    Thomasdezeeuw committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    af3286a View commit details
    Browse the repository at this point in the history
  2. Add handler module

    Which has the Handler and Middleware traits.
    Thomasdezeeuw committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    58efe70 View commit details
    Browse the repository at this point in the history
  3. Update rustc version

    Renamed available_concurrency to available_parallelism.
    Thomasdezeeuw committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    5123dfb View commit details
    Browse the repository at this point in the history
  4. Ignore equatable-if-let Clippy lint

    It's just a bad lint. Let matching is perfectly fine.
    Thomasdezeeuw committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    61367af View commit details
    Browse the repository at this point in the history
  5. Ignore non_send_fields_in_send_ty for ActorRef

    And for related types. We know the underlying type is Send, so so it the
    ActorRef.
    Thomasdezeeuw committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    918505d View commit details
    Browse the repository at this point in the history