mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Migrated -Z trace-layout to serde_json
This commit is contained in:
parent
f48b3fe219
commit
8bea421329
19 changed files with 129 additions and 114 deletions
|
@ -301,7 +301,7 @@ pub enum MarginCollapseState {
|
|||
}
|
||||
|
||||
/// Intrinsic inline-sizes, which consist of minimum and preferred.
|
||||
#[derive(RustcEncodable, Copy, Clone)]
|
||||
#[derive(Serialize, Copy, Clone)]
|
||||
pub struct IntrinsicISizes {
|
||||
/// The *minimum inline-size* of the content.
|
||||
pub minimum_inline_size: Au,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue