mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
style: Use Serde for OffsetRotate and PositionOrAuto.
Differential Revision: https://phabricator.services.mozilla.com/D60088
This commit is contained in:
parent
2b3ef3ff37
commit
83daa7484d
2 changed files with 7 additions and 0 deletions
|
@ -23,8 +23,10 @@ fn is_auto_zero_angle(auto: &bool, angle: &Angle) -> bool {
|
|||
ComputeSquaredDistance,
|
||||
Copy,
|
||||
Debug,
|
||||
Deserialize,
|
||||
MallocSizeOf,
|
||||
PartialEq,
|
||||
Serialize,
|
||||
ToAnimatedZero,
|
||||
ToCss,
|
||||
ToResolvedValue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue