diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-01-28 20:42:39 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-01-28 20:42:39 +0100 |
commit | 2026cbada236fc87b27d5e88be7b9062560bff8f (patch) | |
tree | a9f9cd8161a97d526cd1aea2dd7865544fa73caa /components/layout/layout_debug.rs | |
parent | 95f71eea5c4d5c220abd3307b08f48bf86504eca (diff) | |
download | servo-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.rs | 2 |
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; |