diff options
Diffstat (limited to 'components/layout_2020/lib.rs')
-rw-r--r-- | components/layout_2020/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/lib.rs b/components/layout_2020/lib.rs index 780d670c541..640f9ff938b 100644 --- a/components/layout_2020/lib.rs +++ b/components/layout_2020/lib.rs @@ -112,7 +112,7 @@ impl<'a> From<&'_ DefiniteContainingBlock<'a>> for IndefiniteContainingBlock { } } -#[derive(Debug)] +#[derive(Clone, Debug)] pub(crate) struct ContainingBlockSize { inline: Au, block: SizeConstraint, |