aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script')
-rw-r--r--src/components/script/script.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/script.rs b/src/components/script/script.rs
index 3a94e9f9657..bb189ad9088 100644
--- a/src/components/script/script.rs
+++ b/src/components/script/script.rs
@@ -10,7 +10,7 @@
#[comment = "The Servo Parallel Browser Project"];
#[license = "MPL"];
-#[feature(globs, macro_rules, struct_variant, managed_boxes, phase)];
+#[feature(globs, macro_rules, struct_variant, phase)];
#[feature(phase)];
#[phase(syntax, link)]