aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-05 12:02:39 +0200
committerMs2ger <Ms2ger@gmail.com>2016-06-05 12:31:54 +0200
commit75ea39c7098f2ceec640d62b49b2026c7683021d (patch)
tree5c661c2e2106ef98ef6719ed2a9974ab65d6b7e6
parent50e1e8bf02b92aac5f09a69e49fd0973026410c2 (diff)
downloadservo-75ea39c7098f2ceec640d62b49b2026c7683021d.tar.gz
servo-75ea39c7098f2ceec640d62b49b2026c7683021d.zip
Remove an obsolete comment in gfx::text.
-rw-r--r--components/gfx/text/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/gfx/text/mod.rs b/components/gfx/text/mod.rs
index 9afab389389..5aae0876428 100644
--- a/components/gfx/text/mod.rs
+++ b/components/gfx/text/mod.rs
@@ -2,12 +2,6 @@
* 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/. */
-/* This file exists just to make it easier to import things inside of
- ./text/ without specifying the file they came out of imports.
-
-Note that you still must define each of the files as a module in
-servo.rc. This is not ideal and may be changed in the future. */
-
pub use text::shaping::Shaper;
pub use text::text_run::TextRun;