aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/flow/inline/inline_box.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/flow/inline/inline_box.rs')
-rw-r--r--components/layout_2020/flow/inline/inline_box.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout_2020/flow/inline/inline_box.rs b/components/layout_2020/flow/inline/inline_box.rs
index 74bedba891b..8550a076184 100644
--- a/components/layout_2020/flow/inline/inline_box.rs
+++ b/components/layout_2020/flow/inline/inline_box.rs
@@ -9,14 +9,14 @@ use fonts::FontMetrics;
use servo_arc::Arc;
use style::properties::ComputedValues;
-use super::{inline_container_needs_strut, InlineContainerState, InlineContainerStateFlags};
+use super::{InlineContainerState, InlineContainerStateFlags, inline_container_needs_strut};
+use crate::ContainingBlock;
use crate::cell::ArcRefCell;
use crate::context::LayoutContext;
use crate::dom::NodeExt;
use crate::dom_traversal::NodeAndStyleInfo;
use crate::fragment_tree::BaseFragmentInfo;
use crate::style_ext::{LayoutStyle, PaddingBorderMargin};
-use crate::ContainingBlock;
#[derive(Debug)]
pub(crate) struct InlineBox {