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 upRefactor FormControl trait #7801
Conversation
The trait is now implemented for HTMLFooElement instead of &HTMLFooElement and does no longer require an impl body.
|
r? @Manishearth |
|
This is great! |
|
You need to alphabetize the use statements:
(This can be verified with Other than that, r=me |
|
@bors-servo r+ |
|
|
Refactor FormControl trait The trait is now implemented for HTMLFooElement instead of &HTMLFooElement and does no longer require an impl body. Suggested by @Manishearth <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7801) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
|
|
|
|
|
Now it crashes in
|
|
@bors-servo: retry |
Refactor FormControl trait The trait is now implemented for HTMLFooElement instead of &HTMLFooElement and does no longer require an impl body. Suggested by @Manishearth <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7801) <!-- Reviewable:end -->
|
|
aopicier commentedSep 30, 2015
The trait is now implemented for HTMLFooElement instead of
&HTMLFooElement and does no longer require an impl body.
Suggested by @Manishearth