layout: Implement flow tree dumping with RUST_LOG=debug is on.

r? @pcwalton
This commit is contained in:
Clark Gaebel 2014-10-28 10:14:12 -07:00
parent 9e94ecf99c
commit a8f80b89f4
5 changed files with 29 additions and 10 deletions

View file

@ -73,7 +73,7 @@ impl Reflectable for Element {
}
}
#[deriving(PartialEq)]
#[deriving(PartialEq, Show)]
#[jstraceable]
pub enum ElementTypeId {
HTMLElementTypeId,
@ -1172,4 +1172,3 @@ impl<'a> style::TElement<'a> for JSRef<'a, Element> {
}
}
}