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

Given Bobby is rewriting it as I write this.
This commit is contained in:
Emilio Cobos Álvarez 2017-01-02 00:35:29 +01:00
parent c9ffd9b429
commit 3cd6cba1ee
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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;