style: Fix typo to avoid devtools property-db failures

MANUAL PUSH: Orange fix CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2022-08-31 15:42:46 +02:00 committed by Martin Robinson
parent a44db17432
commit d130831877

View file

@ -142,7 +142,7 @@ impl<L: ToCss> ToCss for ContainIntrinsicSize<L> {
ToShmem,
)]
#[repr(transparent)]
#[value_info(other_values = "auto")]
#[value_info(other_values = "none")]
pub struct GenericLineClamp<I>(pub I);
pub use self::GenericLineClamp as LineClamp;