aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/debug.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/util/debug.rs
parent31eee791dd343807b6057c549bc74f41c4bf10a2 (diff)
downloadservo-fb09979502060cf92c798ceadbfd45917c41ca3f.tar.gz
servo-fb09979502060cf92c798ceadbfd45917c41ca3f.zip
Address review comments.
Diffstat (limited to 'src/components/util/debug.rs')
-rw-r--r--src/components/util/debug.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/util/debug.rs b/src/components/util/debug.rs
index 044509fbf6b..92b81891916 100644
--- a/src/components/util/debug.rs
+++ b/src/components/util/debug.rs
@@ -3,7 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#[feature(phase)];
-#[phase(syntax, link)] extern crate log;
+#[phase(syntax, link)]
+extern crate log;
use std::io;
use std::io::Writer;