Uh oh!
There was an error while loading. Please reload this page.
Add whitespace around "=" in assoc items - #40689
Merged
bors merged 1 commit intoMar 23, 2017
Merged
Conversation
GuillaumeGomezforce-pushed
the
rustdoc-associated-type-formatting
branch
2 times, most recently
from
March 20, 2017 22:25
be7322c to
d3276f5Comparefrewsxcv
commented
Mar 21, 2017
Contributor
Looks great, nice work! If anyone reads this, for the record, this spacing is consistent with how rustfmt does the formatting. |
frewsxcv
commented
Mar 21, 2017
Contributor
@bors r+ rollup |
bors
commented
Mar 21, 2017
Collaborator
📌 Commit d3276f5 has been approved by |
frewsxcv
commented
Mar 21, 2017
Contributor
@bors r- r=me after tidy issue is addressed |
GuillaumeGomezforce-pushed
the
rustdoc-associated-type-formatting
branch
from
March 21, 2017 10:27
d3276f5 to
4b6c854CompareGuillaumeGomez
commented
Mar 21, 2017
MemberAuthor
@bors: r=frewsxcv |
bors
commented
Mar 21, 2017
Collaborator
📌 Commit 4b6c854 has been approved by |
bors
commented
Mar 21, 2017
Collaborator
🔒 Merge conflict |
bstrieforce-pushed
the
rustdoc-associated-type-formatting
branch
from
March 21, 2017 20:22
4b6c854 to
f531722Comparebstrie
commented
Mar 21, 2017
Contributor
I've rebased this branch due to a submodule conflict that invalidated many PRs. @bors r=frewsxcv |
bors
commented
Mar 21, 2017
Collaborator
📌 Commit f531722 has been approved by |
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Mar 22, 2017
…ype-formatting, r=frewsxcv Add whitespace around "=" in assoc items Part of rust-lang#40641. r? @rust-lang/docs Before: <img width="1440" alt="screen shot 2017-03-20 at 22 42 34" src="https://cloud.githubusercontent.com/assets/3050060/24123102/89181d8c-0dbe-11e7-897c-841497cf7001.png"> After: <img width="1440" alt="screen shot 2017-03-20 at 22 42 36" src="https://cloud.githubusercontent.com/assets/3050060/24123118/8dec176e-0dbe-11e7-9759-cabbd062a4c2.png">
GuillaumeGomez added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Mar 22, 2017
…ype-formatting, r=frewsxcv Add whitespace around "=" in assoc items Part of rust-lang#40641. r? @rust-lang/docs Before: <img width="1440" alt="screen shot 2017-03-20 at 22 42 34" src="https://cloud.githubusercontent.com/assets/3050060/24123102/89181d8c-0dbe-11e7-897c-841497cf7001.png"> After: <img width="1440" alt="screen shot 2017-03-20 at 22 42 36" src="https://cloud.githubusercontent.com/assets/3050060/24123118/8dec176e-0dbe-11e7-9759-cabbd062a4c2.png">
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Mar 22, 2017
…ype-formatting, r=frewsxcv Add whitespace around "=" in assoc items Part of rust-lang#40641. r? @rust-lang/docs Before: <img width="1440" alt="screen shot 2017-03-20 at 22 42 34" src="https://cloud.githubusercontent.com/assets/3050060/24123102/89181d8c-0dbe-11e7-897c-841497cf7001.png"> After: <img width="1440" alt="screen shot 2017-03-20 at 22 42 36" src="https://cloud.githubusercontent.com/assets/3050060/24123118/8dec176e-0dbe-11e7-9759-cabbd062a4c2.png">
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #40641.
r? @rust-lang/docs
Before:
After: