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

remove unsued IpcReceiver #19609

Merged
merged 1 commit into from Dec 20, 2017
Merged

remove unsued IpcReceiver #19609

merged 1 commit into from Dec 20, 2017

Conversation

@tigercosmos
Copy link
Collaborator

tigercosmos commented Dec 20, 2017

warning: unused import: `IpcReceiver`
  --> components/canvas/canvas_paint_thread.rs:14:41
   |
14 | use ipc_channel::ipc::{self, IpcSender, IpcReceiver};
   |                                         ^^^^^^^^^^^
   |
   = note: #[warn(unused_imports)] on by default

recently I have done similar commits for three times
Shall we merge #19573?


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #__ (github issue number if applicable).
  • There are tests for these changes OR
  • These changes do not require tests because _____

This change is Reviewable

@emilio
Copy link
Member

emilio commented Dec 20, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 20, 2017

📌 Commit e915840 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Dec 20, 2017

Testing commit e915840 with merge 8f786d4...

bors-servo added a commit that referenced this pull request Dec 20, 2017
remove unsued IpcReceiver

<!-- Please describe your changes on the following line: -->
```
warning: unused import: `IpcReceiver`
  --> components/canvas/canvas_paint_thread.rs:14:41
   |
14 | use ipc_channel::ipc::{self, IpcSender, IpcReceiver};
   |                                         ^^^^^^^^^^^
   |
   = note: #[warn(unused_imports)] on by default
```

recently I have done similar commits for three times
Shall we merge #19573?

---
<!-- 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
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

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

bors-servo commented Dec 20, 2017

💔 Test failed - mac-rel-wpt3

@tigercosmos
Copy link
Collaborator Author

tigercosmos commented Dec 20, 2017

@bors-servo retry

@bors-servo
Copy link
Contributor

bors-servo commented Dec 20, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 20, 2017

@bors-servo bors-servo merged commit e915840 into servo:master Dec 20, 2017
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@tigercosmos tigercosmos deleted the tigercosmos:q1 branch Dec 20, 2017
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.