aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/servo.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-04-04 21:30:33 +0200
committerMs2ger <ms2ger@gmail.com>2014-04-04 21:30:33 +0200
commitfb09979502060cf92c798ceadbfd45917c41ca3f (patch)
treef58d692b20fa7c73d8d2d19254e1269c45058dad /src/components/main/servo.rs
parent31eee791dd343807b6057c549bc74f41c4bf10a2 (diff)
downloadservo-fb09979502060cf92c798ceadbfd45917c41ca3f.tar.gz
servo-fb09979502060cf92c798ceadbfd45917c41ca3f.zip
Address review comments.
Diffstat (limited to 'src/components/main/servo.rs')
-rwxr-xr-xsrc/components/main/servo.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/main/servo.rs b/src/components/main/servo.rs
index 635ead9558b..225922f01d6 100755
--- a/src/components/main/servo.rs
+++ b/src/components/main/servo.rs
@@ -9,7 +9,8 @@
#[feature(globs, macro_rules, managed_boxes, phase, thread_local)];
#[feature(phase)];
-#[phase(syntax, link)] extern crate log;
+#[phase(syntax, link)]
+extern crate log;
extern crate alert;
extern crate azure;