Skip to content

Conversation

relaxcn
Copy link
Contributor

@relaxcn relaxcn commented Sep 16, 2025

Fixes: #15392

changelog: [explicit_deref_methods]: Allow explicit deref or deref_mut method calls in implementation of the the Deref or DerefMut trait.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Sep 16, 2025
@rustbot
Copy link
Collaborator

rustbot commented Sep 16, 2025

r? @y21

rustbot has assigned @y21.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Copy link

github-actions bot commented Sep 16, 2025

Lintcheck changes for 6129b52

Lint Added Removed Changed
clippy::explicit_deref_methods 0 1 0

This comment will be updated if you push new changes

@rustbot

This comment has been minimized.

@rustbot
Copy link
Collaborator

rustbot commented Oct 8, 2025

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.

@relaxcn
Copy link
Contributor Author

relaxcn commented Oct 8, 2025

r? clippy

@rustbot rustbot assigned Alexendoo and unassigned y21 Oct 8, 2025
@relaxcn relaxcn changed the title allow explicit deref method call in deref or deref_mut impl of `D… allow explicit deref method call in deref impl of Deref trait Oct 12, 2025
@relaxcn relaxcn changed the title allow explicit deref method call in deref impl of Deref trait allow explicit deref or deref_mut method calls in impl of Deref or DerefMut trait Oct 13, 2025
@relaxcn
Copy link
Contributor Author

relaxcn commented Oct 13, 2025

@rustbot ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow explicit_deref_methods in Deref impls

5 participants