mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
style: Require docs in the less-straightforward part of the properties module.
This commit is contained in:
parent
577bd15277
commit
b556449a96
3 changed files with 207 additions and 52 deletions
|
@ -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"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue