Re-enable selectors doctests

Closes #16710, which was actually fixed by
6dff251e35 in #19395.
This exercises that fix.

Green AppVeyor build: https://ci.appveyor.com/project/servo/servo/build/1.0.24124
This commit is contained in:
Simon Sapin 2018-01-12 13:53:35 +01:00
parent 50e4171958
commit 0929f72709

View file

@ -15,8 +15,6 @@ build = "build.rs"
[lib]
name = "selectors"
path = "lib.rs"
# https://github.com/servo/servo/issues/16710
doctest = false
[features]
gecko_like_types = []