diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-07-30 14:46:13 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-07-30 14:46:13 -0600 |
commit | 4837dd9a1c172a55bfad0a7ae67dc3b64753be9a (patch) | |
tree | a20c4a6318d47f8346d767586bf725f7e5f9d4d5 /components/script/lib.rs | |
parent | 3792bd7611df7343c1bad6119a07bd14296c9ba6 (diff) | |
parent | bd3be999feb2f2d933526023ad5c082405d61160 (diff) | |
download | servo-4837dd9a1c172a55bfad0a7ae67dc3b64753be9a.tar.gz servo-4837dd9a1c172a55bfad0a7ae67dc3b64753be9a.zip |
Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapin
Upgrade to rustc 1.3.0-dev (87055a68c 2015-07-30)
This builds and passes unit tests.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6850)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index d446bb52cc1..3e38d1c88fc 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -4,6 +4,7 @@ #![feature(append)] #![feature(arc_unique)] +#![feature(ascii)] #![feature(as_slice)] #![feature(as_unsafe_cell)] #![feature(borrow_state)] @@ -17,7 +18,6 @@ #![feature(hashmap_hasher)] #![feature(mpsc_select)] #![feature(nonzero)] -#![feature(owned_ascii_ext)] #![feature(plugin)] #![feature(ref_slice)] #![feature(rc_unique)] |