aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/debug.rs
diff options
context:
space:
mode:
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;