-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
incr.comp.: Minor refactoring and update to struct ICH test case #36831
Conversation
} | ||
|
||
impl IchHasher { | ||
|
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.
Extra newline?
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.
Maybe? :)
I sometimes like to have the extra space there because it makes things easier to read.
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.
Most of the other impls in this file (and across the compiler) don't have it. "Ask the style team." (not that there are concrete answers there at this point either).
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.
Yeah, I'll change it.
e824625
to
7ab5660
Compare
☔ The latest upstream changes (presumably #36815) made this pull request unmergeable. Please resolve the merge conflicts. |
7ab5660
to
954d89b
Compare
Rebased. |
@bors r+ |
📌 Commit 954d89b has been approved by |
…omatsakis incr.comp.: Minor refactoring and update to struct ICH test case r? @nikomatsakis
r? @nikomatsakis