servo/tests/unit
bors-servo 81f6e70a62 Auto merge of #10785 - frewsxcv:loaderrortype-nostring, r=jdm
Refactor `LoadErrorType` to not require a `String` for every type.

Some of the `LoadErrorType` like `LoadCancelled` don't need a `String`
associated with the type since the variant is self-explanatory.

There are some variants that don't need an associated `String`, but that
can be cleaned up in a later refactor. Also, `net_traits::NetworkError`
currently requires a `String`, but that can potentially also be
refactored away too.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10785)
<!-- Reviewable:end -->
2016-04-25 14:37:44 -07:00
..
gfx Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
layout Implement ::selection pseudo-element 2016-03-30 14:28:11 +02:00
net Auto merge of #10785 - frewsxcv:loaderrortype-nostring, r=jdm 2016-04-25 14:37:44 -07:00
net_traits Adding method to detect if image formats should be supported by servo 2015-11-13 19:01:44 -05:00
profile Add unit tests skeleton for the time profiler 2016-04-19 16:40:44 -07:00
script Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
style Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
util Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00