diff options
Diffstat (limited to 'components/layout_2020/lib.rs')
-rw-r--r-- | components/layout_2020/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout_2020/lib.rs b/components/layout_2020/lib.rs index 98a2d5c618d..e08d962df22 100644 --- a/components/layout_2020/lib.rs +++ b/components/layout_2020/lib.rs @@ -10,8 +10,6 @@ extern crate serde; pub mod context; pub mod data; pub mod display_list; -pub mod flow; -pub mod flow_ref; mod fragment; pub mod opaque_node; pub mod query; @@ -21,6 +19,4 @@ pub mod wrapper; // For unit tests: pub use crate::fragment::Fragment; -// We can't use servo_arc for everything in layout, because the Flow stuff uses -// weak references. use servo_arc::Arc as ServoArc; |