Auto merge of #8787 - Jayflux:hotfix/8695, r=mbrubeck

now using external ref_slice instead of the std version fixed #8695

Fixes #8695.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8787)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-03 16:10:24 +05:30
commit 8ae008761f
7 changed files with 24 additions and 4 deletions

View file

@ -88,3 +88,4 @@ serde = "0.6"
caseless = "0.1.0"
image = "0.5.0"
url = "0.5"
ref_slice = "0.1.0"