-
Notifications
You must be signed in to change notification settings - Fork 103
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
Added AddAssign method on Point2D #192
Conversation
This looks good, but we won't be able to merge this until we track down the cause of the segfault in our tests on nightly Rust. |
Which is to say, it's likely to be a rustc regression and unrelated to these changes. |
OK, Thanks ;-) |
Waiting on servo/heapsize#81. |
@bors-servo: retry |
@bors-servo: r+ |
📌 Commit d9a5d7a has been approved by |
Added AddAssign method on Point2D Hello, Added AddAssign method on Point2D. Regards. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/192) <!-- Reviewable:end -->
☀️ Test successful - status-travis |
Hello,
Added AddAssign method on Point2D.
Regards.
This change is