aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/replaced.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-10-04 17:51:05 +0200
committerSimon Sapin <simon.sapin@exyr.org>2019-10-04 17:51:05 +0200
commit1bb85ed05b36a63e2cf879aa307ba297d52d00cf (patch)
tree33b18edc486148cbe1b98e2f1a82e080af200dc1 /components/layout_2020/replaced.rs
parentec74204fa0719856069770ac05c5aa7ac90cc4b2 (diff)
downloadservo-1bb85ed05b36a63e2cf879aa307ba297d52d00cf.tar.gz
servo-1bb85ed05b36a63e2cf879aa307ba297d52d00cf.zip
Make some of layout_2020 private
Diffstat (limited to 'components/layout_2020/replaced.rs')
-rw-r--r--components/layout_2020/replaced.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/replaced.rs b/components/layout_2020/replaced.rs
index c67acd1b8ad..04defc26b02 100644
--- a/components/layout_2020/replaced.rs
+++ b/components/layout_2020/replaced.rs
@@ -6,7 +6,7 @@ use crate::dom_traversal::NodeExt;
use style::context::SharedStyleContext;
#[derive(Debug)]
-pub enum ReplacedContent {
+pub(super) enum ReplacedContent {
// Not implemented yet
}