Bug 1462829: followup: Add a comment regarding why a type is generic. rs=xidorn

DONTBUILD, comment only.

MozReview-Commit-ID: 5DE8W2n1NP
This commit is contained in:
Emilio Cobos Álvarez 2018-05-22 10:24:03 +02:00
Родитель 18397b13c7
Коммит f6d8b4b950
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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