Skip to content

Commit e56372c

Browse files
committed
Enable doctest for x5e and h5e
1 parent a8c619c commit e56372c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

html5ever/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ build = "build.rs"
1212
[lib]
1313
name = "html5ever"
1414

15-
# https://github.com/rust-lang/cargo/issues/1512
16-
doctest = false
15+
doctest = true
1716

1817
[[test]]
1918
name = "tree_builder"

xml5ever/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ exclude = ["xml5lib-tests/*"]
1616
[lib]
1717
name = "xml5ever"
1818

19-
# https://github.com/rust-lang/cargo/issues/1512
20-
doctest = false
19+
doctest = true
2120

2221
[features]
2322
unstable = ["tendril/unstable"]

0 commit comments

Comments
 (0)