diff --git a/components/style/lib.rs b/components/style/lib.rs index 1d3091ca60a..55e6124ad35 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -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)]