style: Allow the attr module to be without documentation, for now.

This commit is contained in:
Emilio Cobos Álvarez 2017-01-02 00:57:49 +01:00
parent c6144df470
commit 939557260c
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

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