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

Rollup of 3 pull requests #97809

Merged
merged 14 commits into from
Jun 7, 2022
Merged

Rollup of 3 pull requests #97809

merged 14 commits into from
Jun 7, 2022

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    2ea9e04 View commit details
    Browse the repository at this point in the history
  2. Update set.rs

    nzrq authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    fdd8b62 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Update library/std/src/collections/hash/set.rs

    Co-authored-by: David Tolnay <[email protected]>
    nzrq and dtolnay authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    fc4e8c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    116eec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e66868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b48bbd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b827847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0909bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd5e73b View commit details
    Browse the repository at this point in the history
  7. Fix typo in redundant_pattern_match.rs

    alway -> always
    eltociear authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    0664bd8 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: David Tolnay <[email protected]>
    nzrq and dtolnay authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    7d114c7 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#97700 - nzrq:patch-1, r=dtolnay

    Add note to documentation of HashSet::intersection
    
    The functionality of the `std::collections::HashSet::intersection(...)` method was slightly surprising to me so I wanted to take a sec to contribute to the documentation for this method.
    
    I've added a `Note:` section if that is appropriate.
    matthiaskrgr authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c4bfd10 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#97792 - GuillaumeGomez:eslint-checks, r=Dyl…

    …an-DPC
    
    More eslint checks
    
    Here is the list of newly added eslint checks:
    
     * [no-confusing-arrow](https://eslint.org/docs/rules/no-confusing-arrow)
     * [no-div-regex](https://eslint.org/docs/rules/no-div-regex)
     * [no-floating-decimal](https://eslint.org/docs/rules/no-floating-decimal)
     * [no-implicit-globals](https://eslint.org/docs/rules/no-implicit-globals)
     * [no-implied-eval](https://eslint.org/docs/rules/no-implied-eval)
     * [no-label-var](https://eslint.org/docs/rules/no-label-var)
    
    Since you already reviewed the previous ones:
    
    r? `@Dylan-DPC`
    matthiaskrgr authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    6be8b9c View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#97794 - eltociear:patch-13, r=matthiaskrgr

    Fix typo in redundant_pattern_match.rs
    
    alway -> always
    matthiaskrgr authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    fece76d View commit details
    Browse the repository at this point in the history