-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Rustfmt librustc resolve #29387
Rustfmt librustc resolve #29387
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @arielb1 (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. 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. |
r? @nrc |
re the 9th commit - when the function decl needs multiple lines we always split the args, I think this is fine - once a function decl gets this long the readability benefits of argument per line outweigh the benefits of keeping things on a few lines. |
ping @little-dude Can you rebase this branch please? Did you need any more help with the comments? |
@nrc sorry, it's just lack of time (getting married in a few days :D). I'll try to do this later today. |
seems like github removed all you comments after I rebased... In one of them you were asking about the version of rustfmt I'm using:
|
@little-dude no worries - not trying to rush you, just checking you didn't need anything from me. And congrats! |
lib.rs:2484 - comments are misaligned I think that is the only thing that needs fixing up now. |
thanks, I'll fix this.
thank you! |
☔ The latest upstream changes (presumably #29547) made this pull request unmergeable. Please resolve the merge conflicts. |
@nrc I rebased against master and fixed the indentation of the comments that were misaligned. See last two commits. If this is good for you I'll squash everything. |
@little-dude looks goo, thanks! r+ with a squash |
☔ The latest upstream changes (presumably #29778) made this pull request unmergeable. Please resolve the merge conflicts. |
Arf. I'll rebase again. |
@nrc: I rebased, could you review again please? |
@bors: r+ |
📌 Commit 889b0e9 has been approved by |
Another rustfmt PR. I ran rustfmt, then split the changes in multiple commits. First commit are the non-problematic changed. The others are all the little weirdness that caught my attention and could be discussed.
Another rustfmt PR.
I ran rustfmt, then split the changes in multiple commits. First commit are the non-problematic changed. The others are all the little weirdness that caught my attention and could be discussed.