Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd rustfmt command to devenv commands #21376
Conversation
highfive
commented
Aug 10, 2018
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @avadacatavra (or someone else) soon. |
highfive
commented
Aug 10, 2018
|
Heads up! This PR modifies the following files:
|
|
|
|
|
|
Otherwise these changes look good. |
|
@bors-servo r+ |
|
|
Add rustfmt command to devenv commands Added the rustfmt command to devenv commands which runs cargo fmt on a specified directory. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #21374 <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because they only included a simple command that was added to the devenv_commands python script. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21376) <!-- Reviewable:end -->
|
Uh, there's a merge commit. |
|
|
JoshBrudnak commentedAug 10, 2018
•
edited by tigercosmos
Added the rustfmt command to devenv commands which runs cargo fmt on a specified directory.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is