diff --git a/components/style/values/specified/length.rs b/components/style/values/specified/length.rs index 1c3f7948f47..d530680660a 100644 --- a/components/style/values/specified/length.rs +++ b/components/style/values/specified/length.rs @@ -369,9 +369,6 @@ pub enum Length { /// A calc expression. /// /// https://drafts.csswg.org/css-values/#calc-notation - /// - /// TODO(emilio): We have more `Calc` variants around, we should only use - /// one. Calc(Box, AllowedNumericType), }