mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
style: Remove unnecessary derive.
This commit is contained in:
parent
be616c31e8
commit
f6b6465ec6
1 changed files with 0 additions and 1 deletions
|
@ -418,7 +418,6 @@ pub enum ScrollSnapAlignKeyword {
|
|||
|
||||
/// https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-align
|
||||
#[allow(missing_docs)]
|
||||
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
|
||||
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, PartialEq, SpecifiedValueInfo, ToComputedValue)]
|
||||
#[repr(C)]
|
||||
pub struct ScrollSnapAlign {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue