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

Special case iterator chain checks for suggestion #116717

Merged
merged 2 commits into from
Oct 17, 2023

Commits on Oct 14, 2023

  1. Special case iterator chain checks for suggestion

    When encountering method call chains of `Iterator`, check for trailing
    `;` in the body of closures passed into `Iterator::map`, as well as
    calls to `<T as Clone>::clone` when `T` is a type param and `T: !Clone`.
    
    Fix rust-lang#9082.
    estebank committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    6d23ee8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. address review comment

    estebank committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    26954f6 View commit details
    Browse the repository at this point in the history