From 3e1ae65e43e7fa04538e39b7798a679027fd3e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 27 Nov 2017 15:10:50 +0100 Subject: [PATCH] style: Remove redundant deny(). --- components/style/servo/restyle_damage.rs | 2 -- 1 file changed, 2 deletions(-) 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;