Simplify rust-selectors API for attribute selectors

This commit is contained in:
Simon Sapin 2017-05-17 19:41:21 +02:00
parent 2ca2c2d2be
commit 83c7824fda
15 changed files with 447 additions and 480 deletions

View file

@ -56,9 +56,6 @@ files = [
"./tests/wpt/mozilla/tests/css/fonts",
"./tests/wpt/mozilla/tests/css/pre_with_tab.html",
"./tests/wpt/mozilla/tests/mozilla/textarea_placeholder.html",
# Tidy complains about taking &String instead of &str, but they aren't
# equivalent given the way the traits are set up.
"./components/selectors/tree.rs",
]
# Directories that are ignored for the non-WPT tidy check.
directories = [