Make the gfx::platform module private.

This commit is contained in:
Ms2ger 2016-06-05 12:02:22 +02:00
parent 2767133ff3
commit 50e1e8bf02
2 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ pub mod paint_thread;
// Platform-specific implementations.
#[allow(unsafe_code)]
pub mod platform;
mod platform;
// Text
#[allow(unsafe_code)]