diff --git a/src/parse/mod.rs b/src/parse/mod.rs index 449e66e..9d39c80 100644 --- a/src/parse/mod.rs +++ b/src/parse/mod.rs @@ -130,7 +130,7 @@ fn triple_to_number(v: (Option, Option, Option)) -> ParseRe // NOTE(jwall): This is ugly. I should probably see if I can refactor // it to something less confusing. maybepos.unwrap(), - )) + )); } }; return Ok(Value::Float(value_node!(f, pref_pos)));