style: Allow the logical_geometry module to be undocumented, for now.

This commit is contained in:
Emilio Cobos Álvarez 2017-01-02 00:33:56 +01:00
parent 0b3c1a8924
commit c9ffd9b429
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -105,6 +105,7 @@ pub mod font_metrics;
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko;
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko_bindings;
pub mod keyframes;
#[allow(missing_docs)] // TODO.
pub mod logical_geometry;
pub mod matching;
#[allow(missing_docs)]