diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 3dc289a11fa..725ad09061f 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -87,8 +87,8 @@ pub mod traversal; pub mod wrapper; // For unit tests: -pub use fragment::Fragment; -pub use fragment::SpecificFragmentInfo; +pub use crate::fragment::Fragment; +pub use crate::fragment::SpecificFragmentInfo; pub use self::data::LayoutData; // We can't use servo_arc for everything in layout, because the Flow stuff uses |