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

[beta] Clippy backports #133299

Open
wants to merge 2 commits into
base: beta
Choose a base branch
from
Open

Commits on Nov 21, 2024

  1. Auto merge of rust-lang#13553 - SpriteOvO:manual_is_power_of_two-chan…

    …ge-category, r=llogiq
    
    Change the category of `manual_is_power_of_two` to `pedantic`
    
    Fixes rust-lang#13547.
    
    The value being checked might be a bit flag, suggesting `is_power_of_two` for it would make the code unreadable.
    
    changelog: [`manual_is_power_of_two`]: Change the category to `pedantic`
    bors authored and flip1995 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7b688e2 View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#13600 - samueltardieu:push-tzuvnutssmrs, r=xF…

    …rednet
    
    borrow_deref_ref: do not trigger on `&raw` references
    
    changelog: [`borrow_deref_ref`]: do not trigger on `&raw` references
    
    Fix rust-lang#13584
    bors authored and flip1995 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5f4dd1d View commit details
    Browse the repository at this point in the history