diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-05 06:57:18 -0500 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-05 06:57:18 -0500 |
commit | d768ee5d4c2ef0429e88191f01f977338c964359 (patch) | |
tree | 32cfbe0f5b4bc8410679901986f69acc66d27935 /components/gfx/lib.rs | |
parent | 573c0a74684dc0043da4800a84065d72453641fd (diff) | |
parent | db5ddb561cb821ac89c8cc1002cdbddfd98400fa (diff) | |
download | servo-d768ee5d4c2ef0429e88191f01f977338c964359.tar.gz servo-d768ee5d4c2ef0429e88191f01f977338c964359.zip |
Auto merge of #11619 - Ms2ger:freetype, r=nox
Some cleanup in gfx.
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11619)
<!-- Reviewable:end -->
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index e3f3f1d438f..58c92f304d9 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -104,8 +104,7 @@ pub mod paint_thread; // Platform-specific implementations. #[allow(unsafe_code)] -pub mod platform; +mod platform; // Text -#[allow(unsafe_code)] pub mod text; |