mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +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]
|
||||
path = "src/util.rs"
|
||||
doctest = false
|
||||
doctest = true
|
||||
|
||||
[features]
|
||||
test-support = ["tempdir", "git2"]
|
||||
|
|
Loading…
Reference in a new issue