Disable doctests for all libraries
We don't use them, and they add a lot of noise to the test output when running all tests in the workspace.
This commit is contained in:
parent
15312d0ac3
commit
05df1dfae9
30 changed files with 32 additions and 0 deletions
|
@ -6,6 +6,7 @@ version = "0.1.0"
|
|||
|
||||
[lib]
|
||||
path = "src/rpc.rs"
|
||||
doctest = false
|
||||
|
||||
[features]
|
||||
test-support = ["gpui/test-support"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue