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 upRemove ArrayBufferViewContents trait #15551
Closed
Comments
|
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
|
Ya i'll do this @highfive: assign me |
|
Hey @hgallagher1993! Thanks for your interest in working on this issue. It's now assigned to you! |
bors-servo
added a commit
that referenced
this issue
Feb 20, 2017
…nSapin Remove ArrayBufferViewContents trait <!-- Please describe your changes on the following line: --> Removed ArrayBufferViewContents trait and dependent uses. --- <!-- 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 #15551 <!-- Either: --> - [ x ] These changes do not require tests because it's just unused trait and @jdm said, "No need for automated tests; if the build succeeds, it's good enough for a PR." <!-- 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/15650) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This trait no longer appears to be used after the work in #14672, so it should be possible to remove it.
Code:
components/script/dom/bindings/conversions.rsNo need for automated tests; if the build succeeds, it's good enough for a PR.