aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/text/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/gfx/text/mod.rs')
-rw-r--r--components/gfx/text/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/text/mod.rs b/components/gfx/text/mod.rs
index f705347c441..9afab389389 100644
--- a/components/gfx/text/mod.rs
+++ b/components/gfx/text/mod.rs
@@ -12,7 +12,7 @@ pub use text::shaping::Shaper;
pub use text::text_run::TextRun;
pub mod glyph;
-#[path="shaping/mod.rs"] pub mod shaping;
+pub mod shaping;
pub mod text_run;
pub mod util;