diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-10-04 17:51:05 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-10-04 17:51:05 +0200 |
commit | 1bb85ed05b36a63e2cf879aa307ba297d52d00cf (patch) | |
tree | 33b18edc486148cbe1b98e2f1a82e080af200dc1 /components/layout_2020/replaced.rs | |
parent | ec74204fa0719856069770ac05c5aa7ac90cc4b2 (diff) | |
download | servo-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.rs | 2 |
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 } |