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

Bump Rust toolchain to 1.57, fix lints #1642

Merged
merged 6 commits into from
Dec 5, 2021

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    58b8af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b29dfbf View commit details
    Browse the repository at this point in the history
  3. Box the value in SupervisorCmd::UpdateConfig

    The clippy lint has a point: the enum may be too large to be efficiently
    sent over a channel.
    mzabaluev committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    be108aa View commit details
    Browse the repository at this point in the history
  4. Factor config errors out into a smaller error type

    There's been a layering violation, the config module should use its own
    smaller domain error. This gets rid of a clippy lint, too.
    mzabaluev committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    df3df82 View commit details
    Browse the repository at this point in the history
  5. Remove reload handles for tracing subscribers

    They don't seem to be used for anything, and this triggers a clippy
    lint.
    mzabaluev committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    578eff4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11e6d94 View commit details
    Browse the repository at this point in the history