- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.8k
          allow explicit deref or deref_mut method calls in impl of Deref or DerefMut trait
          #15688
        
          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
Conversation
| Lintcheck changes for 0e70271 
 This comment will be updated if you push new changes | 
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
| This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. | 
| r? clippy | 
deref or deref_mut impl of `D…deref impl of Deref trait
      deref impl of Deref traitderef or deref_mut method calls in impl of Deref or DerefMut trait
      | @rustbot ready | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the possible confusion @relaxcn – I'm not actually a member of the Clippy Team and so I unfortunately can't merge this PR. But I think it's in a pretty good shape now, and we'll just need to wait for the actual reviewer to take a final look and approve – the reviewers are usually quite busy, so it can take a bit 😅
| @y21 friendly ping | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r? samueltardieu
@rustbot author
| Reminder, once the PR becomes ready for a review, use  | 
… or `DerefMut` trait
| @rustbot ready | 
Fixes: #15392
changelog: [
explicit_deref_methods]: Allow explicitdereforderef_mutmethod calls in implementation of the theDereforDerefMuttrait.