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 upscript_task.rs: Use self::MixedMessage in handle_msgs #9179
Conversation
|
@bors-servo r+ Thanks for doing this! |
|
|
script_task.rs: Use self::MixedMessage in handle_msgs handle_msgs contains many references to variants of MixedMessage. The function should directly reference the variants instead of prepending `MixedMessage::`. Fixes #9169. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9179) <!-- Reviewable:end -->
|
|
|
|
@bors-servo delegate+ |
|
|
|
@bors-servo r=KiChjang |
|
|
script_task.rs: Use self::MixedMessage in handle_msgs handle_msgs contains many references to variants of MixedMessage. The function should directly reference the variants instead of prepending `MixedMessage::`. Fixes #9169. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9179) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry |
|
|
|
|
nerith commentedJan 7, 2016
handle_msgs contains many references to variants of MixedMessage.
The function should directly reference the variants instead of
prepending
MixedMessage::.Fixes #9169.