-
Notifications
You must be signed in to change notification settings - Fork 40
rustfmt
: Link style guide and embed config options
#709
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
Conversation
bors merge |
709: `rustfmt`: Link style guide and embed config options r=Urhengulas a=Urhengulas 712: Stripped white line to avoid conflict, same as beta. r=Urhengulas a=Dajamante #710 713: Update stamp following this change r=Veykril a=Dajamante Following changes in: rust-lang/rust#125141 in [ff25b24](ff25b24), only upstream download configuration was changed. 714: Add more annotations for single tested only paragraphs r=pietroalbini a=Veykril This just adds a few more annotations for some that only have a single test associated (there are still more) Co-authored-by: Johann Hemmann <johann.hemmann@ferrous-systems.com> Co-authored-by: aissata <aimaiga2@gmail.com> Co-authored-by: Lukas Wirth <lukas.wirth@ferrous-systems.com>
Build failed (retrying...): |
680: Enable compiler-arguments/target test on all platforms r=tshepang a=Veykril Allows enabling the remaining target test after #679 709: `rustfmt`: Link style guide and embed config options r=Urhengulas a=Urhengulas 712: Stripped white line to avoid conflict, same as beta. r=Urhengulas a=Dajamante #710 Co-authored-by: Lukas Wirth <lukas.wirth@ferrous-systems.com> Co-authored-by: Johann Hemmann <johann.hemmann@ferrous-systems.com> Co-authored-by: aissata <aimaiga2@gmail.com>
Build failed (retrying...): |
709: `rustfmt`: Link style guide and embed config options r=Urhengulas a=Urhengulas 712: Stripped white line to avoid conflict, same as beta. r=Urhengulas a=Dajamante #710 Co-authored-by: Johann Hemmann <johann.hemmann@ferrous-systems.com> Co-authored-by: aissata <aimaiga2@gmail.com>
Build failed (retrying...):
|
Build failed:
|
It is more correct to say well-formatted than well formatted. Separating the words with space would work better if the words were swapped... formatted well. |
2aa721c
to
c964a03
Compare
Changed it to "well-formatted" everywhere. |
c964a03
to
bc9fa42
Compare
9bf491e
to
03acf4a
Compare
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.
bors merge
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
Build succeeded:
|
------------- | ||
|
||
By default ``rustfmt`` formats code according to the | ||
`Rust Style Guide <../../../doc/style-guide/index.html>`_. The formatting can |
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.
Why do you have the ../doc
here?
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.
Good question, probably that is the reason why the link is broken on the published docs (https://ferroussystems.clickup.com/t/8694zvgt3).
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.
`Rust Style Guide <../../../doc/style-guide/index.html>`_. The formatting can | |
`Rust Style Guide <../../style-guide/index.html>`_. The formatting can |
Reenable run-make tests
No description provided.