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

Cleanup: Derive `Debug` on `OsIpcSender` instead of manual `impl` #109

Merged
merged 1 commit into from Oct 5, 2016

Conversation

@antrik
Copy link
Contributor

antrik commented Oct 5, 2016

The Debug implementation for mpsc has been upstream for quite a long
time now -- so we can just derive one for OsIpcSender now.

While the internal details the derived implementation will print may not
be terribly useful, they shouldn't really hurt either; and this removes
some lines of boilerplate code, so I consider it a win.

The `Debug` implementation for `mpsc` has been upstream for quite a long
time now -- so we can just derive one for `OsIpcSender` now.

While the internal details the derived implementation will print may not
be terribly useful, they shouldn't really hurt either; and this removes
some lines of boilerplate code, so I consider it a win.
@jdm
Copy link
Member

jdm commented Oct 5, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Oct 5, 2016

📌 Commit 359077a has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Oct 5, 2016

Testing commit 359077a with merge f06a658...

bors-servo added a commit that referenced this pull request Oct 5, 2016
Cleanup: Derive `Debug` on `OsIpcSender` instead of manual `impl`

The `Debug` implementation for `mpsc` has been upstream for quite a long
time now -- so we can just derive one for `OsIpcSender` now.

While the internal details the derived implementation will print may not
be terribly useful, they shouldn't really hurt either; and this removes
some lines of boilerplate code, so I consider it a win.
@bors-servo
Copy link
Contributor

bors-servo commented Oct 5, 2016

☀️ Test successful - status-appveyor, status-travis

@bors-servo bors-servo merged commit 359077a into servo:master Oct 5, 2016
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
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

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