servo: Merge #9110 - Hoist the rest of css/matching.rs (and its dependencies) into style/ (from bholley:hoist_matching_and_animation); r=SimonSapin

Slowly but surely.

This goes on top of #9103.

Fixes #9103.

Source-Repo: https://github.com/servo/servo
Source-Revision: f3075d13191df9b9c7858b324122872d057fbe4d
This commit is contained in:
Bobby Holley
2016-01-04 23:04:35 +05:00
parent 5ae987f50b
commit aeebf9d35c
20 changed files with 762 additions and 865 deletions

View File

@@ -96,7 +96,3 @@ mod table_wrapper;
mod text;
mod traversal;
mod wrapper;
mod css {
pub mod matching;
}