style: Remove outdated comment.

This commit is contained in:
Emilio Cobos Álvarez 2017-03-18 15:04:57 +01:00
parent fe9d88326e
commit 60d340d76f
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -369,9 +369,6 @@ pub enum Length {
/// A calc expression. /// A calc expression.
/// ///
/// https://drafts.csswg.org/css-values/#calc-notation /// https://drafts.csswg.org/css-values/#calc-notation
///
/// TODO(emilio): We have more `Calc` variants around, we should only use
/// one.
Calc(Box<CalcLengthOrPercentage>, AllowedNumericType), Calc(Box<CalcLengthOrPercentage>, AllowedNumericType),
} }