aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/servo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/main/servo.rs')
-rw-r--r--[-rwxr-xr-x]src/components/main/servo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/main/servo.rs b/src/components/main/servo.rs
index abdc740f0cf..cc000338ae0 100755..100644
--- a/src/components/main/servo.rs
+++ b/src/components/main/servo.rs
@@ -8,7 +8,6 @@
#![feature(globs, macro_rules, phase, thread_local)]
-#![feature(phase)]
#[phase(syntax, link)]
extern crate log;
@@ -30,6 +29,7 @@ extern crate script;
extern crate servo_macros = "macros";
extern crate servo_net = "net";
extern crate servo_msg = "msg";
+#[phase(syntax, link)]
extern crate servo_util = "util";
extern crate style;
extern crate sharegl;