aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-01-12 13:53:35 +0100
committerSimon Sapin <simon.sapin@exyr.org>2018-01-12 14:42:38 +0100
commit0929f727097d4bfdfc67f097aa87bc5ca7cdaac2 (patch)
treed6c32df054680d4256b9873e03f68319a9c5cef0
parent50e4171958d4ff7f1c76d133a8f89e7d5995376f (diff)
downloadservo-0929f727097d4bfdfc67f097aa87bc5ca7cdaac2.tar.gz
servo-0929f727097d4bfdfc67f097aa87bc5ca7cdaac2.zip
Re-enable selectors doctests
Closes #16710, which was actually fixed by 6dff251e35736fa74eaab6ddbc8b6ecec08ecf48 in #19395. This exercises that fix. Green AppVeyor build: https://ci.appveyor.com/project/servo/servo/build/1.0.24124
-rw-r--r--components/selectors/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/selectors/Cargo.toml b/components/selectors/Cargo.toml
index 8da7aaaea35..86466213adc 100644
--- a/components/selectors/Cargo.toml
+++ b/components/selectors/Cargo.toml
@@ -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 = []