Enable doctests in util crate
This commit is contained in:
parent
a128439699
commit
d5f53111e8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/util.rs"
|
path = "src/util.rs"
|
||||||
doctest = false
|
doctest = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
test-support = ["tempdir", "git2"]
|
test-support = ["tempdir", "git2"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue