aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2014-12-17 18:45:49 -0700
committerbors-servo <metajack+bors@gmail.com>2014-12-17 18:45:49 -0700
commitfbf42c951b2f53d91e2f32f8035484a07ea83493 (patch)
tree1d7bfb30cbddebba633fe1f2c8844cf4133aabc1 /components/script/lib.rs
parentb8900782b0fcb409f37189bdc08eb7f8b3564a5f (diff)
parent1a9be88a1d1f9138287f5b1ee04300b7e1bd7025 (diff)
downloadservo-fbf42c951b2f53d91e2f32f8035484a07ea83493.tar.gz
servo-fbf42c951b2f53d91e2f32f8035484a07ea83493.zip
auto merge of #4405 : servo/servo/rustup_20141124, r=jdm
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 2cf8f99d4f3..26f773f6006 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -5,7 +5,7 @@
#![comment = "The Servo Parallel Browser Project"]
#![license = "MPL"]
-#![feature(default_type_params, globs, macro_rules, struct_variant, phase, unsafe_destructor)]
+#![feature(default_type_params, globs, macro_rules, phase, unsafe_destructor)]
#![deny(unused_imports)]
#![deny(unused_variables)]