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:
Max Brunsfeld 2022-03-03 16:15:56 -08:00
parent 15312d0ac3
commit 05df1dfae9
30 changed files with 32 additions and 0 deletions

View file

@ -3,6 +3,9 @@ name = "util"
version = "0.1.0"
edition = "2021"
[lib]
doctest = false
[features]
test-support = ["clock", "rand", "serde_json", "tempdir"]