style: Require docs in the less-straightforward part of the properties module.

This commit is contained in:
Emilio Cobos Álvarez 2017-01-01 18:47:02 +01:00
parent 577bd15277
commit b556449a96
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 207 additions and 52 deletions

View file

@ -148,6 +148,7 @@ use style_traits::ToCss;
// Generated from the properties.mako.rs template by build.rs
#[macro_use]
#[allow(unsafe_code)]
#[deny(missing_docs)]
pub mod properties {
include!(concat!(env!("OUT_DIR"), "/properties.rs"));
}