aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/fragment_tree/hoisted_shared_fragment.rs
diff options
context:
space:
mode:
authorSamson <16504129+sagudev@users.noreply.github.com>2023-09-08 14:11:31 +0200
committerGitHub <noreply@github.com>2023-09-08 12:11:31 +0000
commit711dbbd4afe161fc334db198357d814e99e5ac57 (patch)
tree5c0e3a6a18dd26c9e39a47a790c6ec36f0ff8d4d /components/layout_2020/fragment_tree/hoisted_shared_fragment.rs
parenta0cff6a0858e675b805a71238ab96fa295a271f8 (diff)
downloadservo-711dbbd4afe161fc334db198357d814e99e5ac57.tar.gz
servo-711dbbd4afe161fc334db198357d814e99e5ac57.zip
remove `extern crate` (#30311)
* remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/layout_2020/fragment_tree/hoisted_shared_fragment.rs')
-rw-r--r--components/layout_2020/fragment_tree/hoisted_shared_fragment.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/fragment_tree/hoisted_shared_fragment.rs b/components/layout_2020/fragment_tree/hoisted_shared_fragment.rs
index a9ccbd64e71..48a90d73c64 100644
--- a/components/layout_2020/fragment_tree/hoisted_shared_fragment.rs
+++ b/components/layout_2020/fragment_tree/hoisted_shared_fragment.rs
@@ -4,6 +4,7 @@
use super::Fragment;
use crate::{cell::ArcRefCell, geom::flow_relative::Vec2};
+use serde::Serialize;
use style::values::computed::{Length, LengthPercentage};
/// A reference to a Fragment which is shared between `HoistedAbsolutelyPositionedBox`