mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Remove redundant deny().
This commit is contained in:
parent
c786fd2e55
commit
3e1ae65e43
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@
|
||||||
//! The restyle damage is a hint that tells layout which kind of operations may
|
//! The restyle damage is a hint that tells layout which kind of operations may
|
||||||
//! be needed in presence of incremental style changes.
|
//! be needed in presence of incremental style changes.
|
||||||
|
|
||||||
#![deny(missing_docs)]
|
|
||||||
|
|
||||||
use computed_values::display;
|
use computed_values::display;
|
||||||
use matching::{StyleChange, StyleDifference};
|
use matching::{StyleChange, StyleDifference};
|
||||||
use properties::ComputedValues;
|
use properties::ComputedValues;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue