Rename selector_matching.rs to stylist.rs

This commit is contained in:
Simon Sapin 2016-11-20 14:57:13 +01:00
parent 72e4c6dc21
commit 08066800cd
15 changed files with 16 additions and 16 deletions

View file

@ -28,9 +28,9 @@ mod media_queries;
mod owning_handle;
mod parsing;
mod properties;
mod selector_matching;
mod str;
mod stylesheets;
mod stylist;
mod value;
mod viewport;