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 [unnecessary_reserve] lint #9073

Closed
wants to merge 9 commits into from

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    9c9cbe9 View commit details
    Browse the repository at this point in the history
  2. Update What it dose

    Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
    kyoto7250 and Serial-ATA committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    76c615d View commit details
    Browse the repository at this point in the history
  3. Update description

    Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
    kyoto7250 and Serial-ATA committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    6e10e45 View commit details
    Browse the repository at this point in the history
  4. Update Why is this bad

    Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
    kyoto7250 and Serial-ATA committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    404883b View commit details
    Browse the repository at this point in the history
  5. use span_lint_and_then

    kyoto7250 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    a30e82a View commit details
    Browse the repository at this point in the history
  6. Update warn message

    Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
    kyoto7250 and Serial-ATA committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    1ec4304 View commit details
    Browse the repository at this point in the history
  7. Update clippy_lints/src/unnecessary_reserve.rs

    Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
    kyoto7250 and Serial-ATA committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    380ef8c View commit details
    Browse the repository at this point in the history
  8. Update clippy_lints/src/unnecessary_reserve.rs

    Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
    kyoto7250 and Serial-ATA committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    d0d8a77 View commit details
    Browse the repository at this point in the history
  9. fix test

    kyoto7250 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    42c6bcf View commit details
    Browse the repository at this point in the history