diff --git a/recipes/src/unit.rs b/recipes/src/unit.rs index 03115a1..f31333a 100644 --- a/recipes/src/unit.rs +++ b/recipes/src/unit.rs @@ -163,9 +163,6 @@ impl VolumeMeasure { if (ml / CUP) >= ONE && !metric { return self.clone().into_cup(); } - if (ml / FLOZ) >= ONE && !metric { - return self.clone().into_floz(); - } if (ml / TBSP) >= ONE && !metric { return self.clone().into_tbsp(); }