servo/components/style/rule_tree
Emilio Cobos Álvarez d035d02517
style: Don't keep a separate list of ignored-when-colors-disabled longhands.
Most of the change is moving sets around to be static functions on
LonghandIdSet. I think I like that pattern, but I can also make the new set a
global static and add mako code to be `pub` or something.

Though I think the LonghandIdSet::foo().contains(..) pattern is nice to read :)

Differential Revision: https://phabricator.services.mozilla.com/D10653
2018-11-05 12:32:15 +01:00
..
mod.rs style: Don't keep a separate list of ignored-when-colors-disabled longhands. 2018-11-05 12:32:15 +01:00