diff --git a/components/style/servo/restyle_damage.rs b/components/style/servo/restyle_damage.rs index 30a1432429f..2dc6d3a30ab 100644 --- a/components/style/servo/restyle_damage.rs +++ b/components/style/servo/restyle_damage.rs @@ -5,8 +5,6 @@ //! The restyle damage is a hint that tells layout which kind of operations may //! be needed in presence of incremental style changes. -#![deny(missing_docs)] - use computed_values::display; use matching::{StyleChange, StyleDifference}; use properties::ComputedValues;