mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
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…
Reference in a new issue