diff options
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r-- | components/layout/construct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs index 7d3a0b748b0..e8f9b8df81c 100644 --- a/components/layout/construct.rs +++ b/components/layout/construct.rs @@ -1470,7 +1470,7 @@ impl<'a> PostorderNodeMutTraversal for FlowConstructor<'a> { // flow here - instead, let it match the inline case // below. (display::T::block, _, position::T::absolute) | - (_, _, position::T::fixed) => { + (display::T::block, _, position::T::fixed) => { let construction_result = self.build_flow_for_block(node, None); self.set_flow_construction_result(node, construction_result) } |