From 3cd6cba1ee417f4845c749f433dd91d2d5a84df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 2 Jan 2017 00:35:29 +0100 Subject: [PATCH] style: Allow the atomic_refcell module to be undocumented, for now. Given Bobby is rewriting it as I write this. --- components/style/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/lib.rs b/components/style/lib.rs index 55e6124ad35..148f559b35b 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -88,6 +88,7 @@ extern crate time; extern crate unicode_segmentation; pub mod animation; +#[allow(missing_docs)] // TODO: Under a rewrite. pub mod atomic_refcell; pub mod attr; pub mod bezier;