Skip to content
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

Format components fallible and geometry #21373 #21598

Merged
merged 2 commits into from Sep 4, 2018
Merged

Conversation

@kingdido999
Copy link
Contributor

kingdido999 commented Sep 4, 2018

rustfmt components/fallible/*.rs
rustfmt components/geometry/*.rs

This change is Reviewable

@highfive
Copy link

highfive commented Sep 4, 2018

warning Warning warning

  • These commits modify unsafe code. Please review it carefully!
@jdm
Copy link
Member

jdm commented Sep 4, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Sep 4, 2018

📌 Commit ec9d0f2 has been approved by jdm

@highfive highfive assigned jdm and unassigned SimonSapin Sep 4, 2018
@bors-servo
Copy link
Contributor

bors-servo commented Sep 4, 2018

Testing commit ec9d0f2 with merge 642bad5...

bors-servo added a commit that referenced this pull request Sep 4, 2018
Format components fallible and geometry #21373

```bash
rustfmt components/fallible/*.rs
rustfmt components/geometry/*.rs
```

<!-- 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/21598)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Sep 4, 2018

💔 Test failed - linux-dev

@@ -6,7 +6,8 @@ extern crate app_units;
extern crate euclid;
extern crate malloc_size_of;
extern crate style_traits;
#[macro_use] extern crate malloc_size_of_derive;
#[macro_use]
extern crate malloc_size_of_derive;

This comment has been minimized.

Copy link
@jdm

jdm Sep 4, 2018

Member

I'm not sure why this got past test-tidy previously, but please move this crate above style_traits.

This comment has been minimized.

Copy link
@kingdido999

kingdido999 Sep 4, 2018

Author Contributor

Done.

@jdm jdm mentioned this pull request Sep 4, 2018
53 of 53 tasks complete
@jdm
Copy link
Member

jdm commented Sep 4, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Sep 4, 2018

📌 Commit cffdb37 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Sep 4, 2018

Testing commit cffdb37 with merge 587cbd0...

bors-servo added a commit that referenced this pull request Sep 4, 2018
Format components fallible and geometry #21373

```bash
rustfmt components/fallible/*.rs
rustfmt components/geometry/*.rs
```

<!-- 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/21598)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Sep 4, 2018

@bors-servo bors-servo merged commit cffdb37 into servo:master Sep 4, 2018
2 of 4 checks passed
2 of 4 checks passed
Taskcluster (pull_request) TaskGroup: failure
Details
continuous-integration/travis-ci/pr The Travis CI build failed
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Sep 5, 2018
jankeromnes pushed a commit to jankeromnes/gecko that referenced this pull request Sep 5, 2018
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 3, 2019
This cherry-picks servo/servo#21598.

UltraBlame original commit: 6609f1d4e2c85b5f287509d4f3ba478b074237df
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 3, 2019
This cherry-picks servo/servo#21598.

UltraBlame original commit: 6609f1d4e2c85b5f287509d4f3ba478b074237df
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 3, 2019
This cherry-picks servo/servo#21598.

UltraBlame original commit: 6609f1d4e2c85b5f287509d4f3ba478b074237df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.