Picked up from a patch list for FF from Arch.
Gbp-Pq: Topic fixes
Gbp-Pq: Name rust-ignore-not-available-documentation.patch
//! [cssparser]: ../cssparser/index.html
//! [selectors]: ../selectors/index.html
-#![deny(missing_docs)]
extern crate app_units;
extern crate arrayvec;
/// 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"));
}
#![crate_name = "style_traits"]
#![crate_type = "rlib"]
-#![deny(unsafe_code, missing_docs)]
-
extern crate app_units;
#[macro_use] extern crate bitflags;
#[macro_use] extern crate cssparser;