aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/debug.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-04-13 17:12:25 -0400
committerJosh Matthews <josh@joshmatthews.net>2014-04-16 17:20:15 -0400
commitd04efe6037d275b606093941017adf22584d6fef (patch)
tree99bbe5af3d481b4ad75f03f715afed73c588ef71 /src/components/util/debug.rs
parentb174a6439bffe849d368b6709b143b9225894026 (diff)
downloadservo-d04efe6037d275b606093941017adf22584d6fef.tar.gz
servo-d04efe6037d275b606093941017adf22584d6fef.zip
Fix some private type in public signature warnings.
Diffstat (limited to 'src/components/util/debug.rs')
-rw-r--r--src/components/util/debug.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/util/debug.rs b/src/components/util/debug.rs
index 92b81891916..6bd32517138 100644
--- a/src/components/util/debug.rs
+++ b/src/components/util/debug.rs
@@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#[feature(phase)];
-#[phase(syntax, link)]
-extern crate log;
-
use std::io;
use std::io::Writer;
use std::cast::transmute;