diff options
Diffstat (limited to 'src/components/script/script.rs')
-rw-r--r-- | src/components/script/script.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/script.rs b/src/components/script/script.rs index 9ab4c2cc671..8224a38918c 100644 --- a/src/components/script/script.rs +++ b/src/components/script/script.rs @@ -8,7 +8,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)] |