diff --git a/components/style/lib.rs b/components/style/lib.rs index 148f559b35b..f6c310a18c8 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -90,6 +90,7 @@ extern crate unicode_segmentation; pub mod animation; #[allow(missing_docs)] // TODO: Under a rewrite. pub mod atomic_refcell; +#[allow(missing_docs)] // TODO. pub mod attr; pub mod bezier; pub mod bloom;