aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-06-13 22:19:52 -0400
committerGitHub <noreply@github.com>2018-06-13 22:19:52 -0400
commit98ac66d0155a5ece132b45212fd86ccb49d76f6b (patch)
treea561faea8382c03481f0941852c4b8266cd87606 /components/script
parent36f5b69224d519c58ec8f786945e5f3fa4bfb5a1 (diff)
parentc94c2b6f7684ee5430450d658e7d14ae0f19d700 (diff)
downloadservo-98ac66d0155a5ece132b45212fd86ccb49d76f6b.tar.gz
servo-98ac66d0155a5ece132b45212fd86ccb49d76f6b.zip
Auto merge of #21046 - servo:stable-alloc, r=nox
Upgrade to rustc 1.28.0-nightly (b68432d56 2018-06-12) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21046) <!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index e80aac49c0a..40dc8d99be7 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -13,7 +13,7 @@ path = "lib.rs"
[features]
debugmozjs = ['mozjs/debugmozjs']
-unstable = ["servo_allocator/unstable"]
+unstable = []
unrooted_must_root_lint = ["script_plugins/unrooted_must_root_lint"]
default = ["unrooted_must_root_lint"]