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 lint #[must_use] for ring buffer functions #561

Merged
merged 2 commits into from
Nov 3, 2021

Commits on Oct 27, 2021

  1. Add lint #[must_use] for ring buffer functions.

    This lint is in stable Rust now: rust-lang/rust#43302.
    These changes are noted according to code comment from @whitequark.
    Some test cases and functions are altered due to changes of #[must_use].
    luojia65 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    bd1d6da View commit details
    Browse the repository at this point in the history
  2. Code format using cargo fmt

    luojia65 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7a0df7d View commit details
    Browse the repository at this point in the history