Auto merge of #9742 - nox:atom-from-string, r=ecoal95

Make use of From<String> for Atom

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9742)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-25 08:39:44 +05:30
commit b3b6f09206
36 changed files with 100 additions and 96 deletions

View file

@ -75,7 +75,7 @@ serde = "0.6"
serde_json = "0.6"
serde_macros = "0.6"
smallvec = "0.1"
string_cache = {version = "0.2.9", features = ["heap_size"]}
string_cache = {version = "0.2.10", features = ["heap_size"]}
time = "0.1"
unicode-bidi = "0.2"
unicode-script = { version = "0.1", features = ["harfbuzz"] }