mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Add a document state invalidator.
This commit is contained in:
parent
2c1d72ad1a
commit
5b7d9eb94a
5 changed files with 102 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue