style: Remove redundant deny().

This commit is contained in:
Emilio Cobos Álvarez 2017-11-27 15:10:50 +01:00
parent c786fd2e55
commit 3e1ae65e43
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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;