aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/layout/flow.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/flow.rs b/components/layout/flow.rs
index a4f66437626..c8339b52762 100644
--- a/components/layout/flow.rs
+++ b/components/layout/flow.rs
@@ -1133,8 +1133,7 @@ impl<'a> ImmutableFlowUtils for &'a (Flow + 'a) {
indent.push_str("| ")
}
- // TODO: ICE, already fixed in rustc.
- //println!("{}+ {:?}", indent, self);
+ println!("{}+ {:?}", indent, self);
for kid in imm_child_iter(self) {
kid.dump_with_level(level + 1)