diff options
Diffstat (limited to 'components/gfx/text/mod.rs')
-rw-r--r-- | components/gfx/text/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/gfx/text/mod.rs b/components/gfx/text/mod.rs index 24c434e2e69..c65359ae1dd 100644 --- a/components/gfx/text/mod.rs +++ b/components/gfx/text/mod.rs @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -pub use text::shaping::Shaper; -pub use text::text_run::TextRun; +pub use crate::text::shaping::Shaper; +pub use crate::text::text_run::TextRun; pub mod glyph; pub mod shaping; |