diff options
Diffstat (limited to 'components/layout_2020/flow/construct.rs')
-rw-r--r-- | components/layout_2020/flow/construct.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout_2020/flow/construct.rs b/components/layout_2020/flow/construct.rs index 986ae3e46d7..c52790d6348 100644 --- a/components/layout_2020/flow/construct.rs +++ b/components/layout_2020/flow/construct.rs @@ -14,7 +14,8 @@ use style::str::char_is_whitespace; use style::values::specified::text::TextDecorationLine; use super::inline::construct::InlineFormattingContextBuilder; -use super::inline::{InlineBox, InlineFormattingContext}; +use super::inline::inline_box::InlineBox; +use super::inline::InlineFormattingContext; use super::OutsideMarker; use crate::cell::ArcRefCell; use crate::context::LayoutContext; |