-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Rename NestedMetaItem
to MetaItemInner
#131235
Rename NestedMetaItem
to MetaItemInner
#131235
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nnethercote (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt Some changes occurred in src/librustdoc/clean/types.rs cc @camelid Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
There are merge commits (commits with multiple parents) in your changes. We have a no merge policy so these commits will need to be removed for this pull request to be merged. You can start a rebase with the following commands:
The following commits are merge commits: |
☔ The latest upstream changes (presumably #131237) made this pull request unmergeable. Please resolve the merge conflicts. |
0aeb8b3
to
6dfc4a0
Compare
This is a good start! But for completeness there are some related names that should be changed as well. I grepped for
Please change these. You can do them in a separate commit. A few of them are in rustfmt, but that's fine, you can change them in this PR. Thanks! |
Thank you for your thorough review! I appreciate your attention to detail. I've made most of the suggested changes, but there are a couple of exceptions I'd like to highlight:
All other suggested changes have been implemented as requested. |
Looks good. The added @bors delegate=codemountains |
✌️ @codemountains, you can now approve this pull request! If @nnethercote told you to " |
3394e7c
to
fc64ff7
Compare
Thank you for your review! I've addressed the changes as requested. I've combined all the small Please let me know if there's anything else you'd like me to adjust or if you have any questions. |
Thank you! @bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0b16baa): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 774.76s -> 774.407s (-0.05%) |
Fixes #131087
r? @nnethercote