-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
refactor: add an enum DerefAdjustKind in favor of Option<OverloadedDeref>
#151850
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
|
Some changes occurred in need_type_info.rs cc @lcnr Some changes occurred in exhaustiveness checking cc @Nadrieril Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
enum DerefAdjustKind in favor of `Option<OverloadedDeref>enum DerefAdjustKind in favor of Option<OverloadedDeref>
This comment has been minimized.
This comment has been minimized.
0d3b143 to
e77026f
Compare
|
r=me after the other PR lands, with or without the nit @bors delegate+ |
|
✌️ @frank-king, you can now approve this pull request! If @jackh726 told you to " |
e77026f to
25fa706
Compare
|
This PR was rebased onto a different main 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. |
This comment has been minimized.
This comment has been minimized.
25fa706 to
996425b
Compare
|
Now that the other refactor PR has been removed, this PR can be landed too. @bors r=jackh726 rollup |
Part of #149130.
r? jackh726