From 0e60c878f6ffc11d2ec564d19a8fce8a24d214f2 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Fri, 12 Sep 2014 15:07:56 +1000 Subject: Address review comments --- components/layout/construct.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/layout/construct.rs') diff --git a/components/layout/construct.rs b/components/layout/construct.rs index 14bc61c4148..466a254237d 100644 --- a/components/layout/construct.rs +++ b/components/layout/construct.rs @@ -740,7 +740,7 @@ impl<'a, 'b> FlowConstructor<'a, 'b> { float::none => { FlowConstructionResult(wrapper_flow, abs_descendants) } - float_kind => { + _ => { let float_kind = FloatKind::from_property(float_value); let float_flow = box BlockFlow::float_from_node(self, node, float_kind) as Box; let mut float_flow = FlowRef::new(float_flow); -- cgit v1.2.3