Replace non_ts_pseudo_class_list include hack with higher order macro

MozReview-Commit-ID: IBGhult0Ujv
This commit is contained in:
Manish Goregaokar 2017-03-15 14:49:35 -07:00 committed by Manish Goregaokar
parent 1caf8a71dc
commit c4f5f469b8
3 changed files with 38 additions and 32 deletions

View file

@ -4,6 +4,9 @@
//! Gecko-specific style-system bits.
#[macro_use]
mod non_ts_pseudo_class_list;
pub mod arc_types;
pub mod conversions;
pub mod data;