diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2015-07-14 14:32:45 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2015-07-14 14:32:45 -0700 |
commit | e0d98acabc2a67a56e4cf05e75419ca13a741dab (patch) | |
tree | 7a9862190d4cd44943de5a8d0ba37fb738d1416b /components/gfx/text/mod.rs | |
parent | 7de4ba0f826f8239d6ac540417028265e62085c5 (diff) | |
download | servo-e0d98acabc2a67a56e4cf05e75419ca13a741dab.tar.gz servo-e0d98acabc2a67a56e4cf05e75419ca13a741dab.zip |
Remove dead code from gfx/text
Diffstat (limited to 'components/gfx/text/mod.rs')
-rw-r--r-- | components/gfx/text/mod.rs | 2 |
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; |