aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_debug.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-01-28 20:42:39 +0100
committerMs2ger <ms2ger@gmail.com>2015-01-28 20:42:39 +0100
commit2026cbada236fc87b27d5e88be7b9062560bff8f (patch)
treea9f9cd8161a97d526cd1aea2dd7865544fa73caa /components/layout/layout_debug.rs
parent95f71eea5c4d5c220abd3307b08f48bf86504eca (diff)
downloadservo-2026cbada236fc87b27d5e88be7b9062560bff8f.tar.gz
servo-2026cbada236fc87b27d5e88be7b9062560bff8f.zip
Fix various build warnings.
Diffstat (limited to 'components/layout/layout_debug.rs')
-rw-r--r--components/layout/layout_debug.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/layout_debug.rs b/components/layout/layout_debug.rs
index 5f0851b1f36..5fc606b8705 100644
--- a/components/layout/layout_debug.rs
+++ b/components/layout/layout_debug.rs
@@ -5,7 +5,7 @@
//! Supports writing a trace file created during each layout scope
//! that can be viewed by an external tool to make layout debugging easier.
-#![macro_escape]
+#![macro_use]
use flow_ref::FlowRef;
use flow;