followup: Add a comment regarding why a type is generic.

Bug: 1462829
Rubber-stamped-by: xidorn
MozReview-Commit-ID: 5DE8W2n1NP
This commit is contained in:
Emilio Cobos Álvarez 2018-05-22 10:24:03 +02:00
parent f82bf81f8e
commit 5fc6b47d74
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -119,6 +119,10 @@
use values::computed::ComputedVecIter;
/// The generic type defining the value for this property.
///
/// Making this type generic allows the compiler to figure out the
/// animated value for us, instead of having to implement it
/// manually for every type we care about.
% if separator == "Comma":
#[css(comma)]
% endif