aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs3
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;