Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-09-23 16:58:34 +02:00 committed by Martin Robinson
parent 5d528ec8be
commit 34c3767560

View file

@ -77,7 +77,6 @@ pub enum TimingFunction<Integer, Number, Percentage> {
}
#[allow(missing_docs)]
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
#[derive(
Clone,
Copy,
@ -114,7 +113,6 @@ fn step_position_jump_enabled(_context: &ParserContext) -> bool {
}
#[allow(missing_docs)]
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
#[derive(
Clone,
Copy,