-
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
Improve internal docs and code style in librustc/front #30621
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Aatch (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@@ -16,6 +16,7 @@ use syntax::ast; | |||
use syntax::parse::token::InternedString; | |||
use util::nodemap::NodeMap; | |||
|
|||
/// A definition, that defines are |
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.
"that defines are"?
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.
Fixed.
This looks good to me, but it'd be nice to get another review as well. |
@@ -138,6 +157,7 @@ impl Definitions { | |||
} | |||
} | |||
|
|||
/// Add a definition with a parrent definition |
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.
This also says "parrent"
☔ The latest upstream changes (presumably #31937) made this pull request unmergeable. Please resolve the merge conflicts. |
Hello ! @ticki - is this one still needed ? if so - do you have some time to work on this to get it merged ? thanks a lot ! |
@cyplo No, I have other priorities. Feel free to rebase it and open a PR. |
@ticki @steveklabnik @cyplo I think this can be closed. I will do the rebase and issue another PR. |
I'll wait until the new PR is opened before closing this one, just in case. |
Will close. |
Part of #30520