Address review comments

This commit is contained in:
Glenn Watson 2014-09-12 15:07:56 +10:00
parent 6a9001b4fd
commit 0e60c878f6

View file

@ -740,7 +740,7 @@ impl<'a, 'b> FlowConstructor<'a, 'b> {
float::none => { float::none => {
FlowConstructionResult(wrapper_flow, abs_descendants) FlowConstructionResult(wrapper_flow, abs_descendants)
} }
float_kind => { _ => {
let float_kind = FloatKind::from_property(float_value); let float_kind = FloatKind::from_property(float_value);
let float_flow = box BlockFlow::float_from_node(self, node, float_kind) as Box<Flow>; let float_flow = box BlockFlow::float_from_node(self, node, float_kind) as Box<Flow>;
let mut float_flow = FlowRef::new(float_flow); let mut float_flow = FlowRef::new(float_flow);