diff options
Diffstat (limited to 'components/layout_2020/flow/float.rs')
-rw-r--r-- | components/layout_2020/flow/float.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/flow/float.rs b/components/layout_2020/flow/float.rs index 4a7a4bb31c4..31fec0b79c0 100644 --- a/components/layout_2020/flow/float.rs +++ b/components/layout_2020/flow/float.rs @@ -7,7 +7,7 @@ use servo_arc::Arc; use style::properties::ComputedValues; #[derive(Debug)] -pub struct FloatBox { +pub(crate) struct FloatBox { pub style: Arc<ComputedValues>, pub contents: IndependentFormattingContext, } |