allow explicit deref or deref_mut method calls in impl of Deref or DerefMut trait#15688
allow explicit deref or deref_mut method calls in impl of Deref or DerefMut trait#15688relaxcn wants to merge 1 commit intorust-lang:masterfrom
deref or deref_mut method calls in impl of Deref or DerefMut trait#15688Conversation
|
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.
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 |
|
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.