style: Add a document state invalidator.

This commit is contained in:
Emilio Cobos Álvarez 2018-01-11 15:53:36 +01:00
parent 2c1d72ad1a
commit 5b7d9eb94a
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 102 additions and 10 deletions

View file

@ -26,8 +26,6 @@
#![deny(warnings)]
#![deny(missing_docs)]
#![cfg_attr(feature = "servo", feature(never_type))]
#![recursion_limit = "500"] // For define_css_keyword_enum! in -moz-appearance
extern crate app_units;