From 939557260cce6bddcc7d23d00af0b9526d7d05c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 2 Jan 2017 00:57:49 +0100 Subject: [PATCH] style: Allow the attr module to be without documentation, for now. --- components/style/lib.rs | 1 + 1 file changed, 1 insertion(+) 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;