aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-17 15:35:05 +0000
committerAleksey Kladov <[email protected]>2019-11-17 15:35:05 +0000
commit7e2f4b30db8a0d734b3a1fc9f6ad77b2adc9aa2a (patch)
treee8cc01507c92d33b8237e39072b13bbe0ccacd33 /crates/test_utils/Cargo.toml
parent52389657c575b7a4d87c817f9678a8d985172049 (diff)
Disable doctests
Diffstat (limited to 'crates/test_utils/Cargo.toml')
-rw-r--r--crates/test_utils/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml
index 0be9c3665..a71366cc4 100644
--- a/crates/test_utils/Cargo.toml
+++ b/crates/test_utils/Cargo.toml
@@ -4,6 +4,9 @@ name = "test_utils"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["rust-analyzer developers"] 5authors = ["rust-analyzer developers"]
6 6
7[lib]
8doctest = false
9
7[dependencies] 10[dependencies]
8difference = "2.0.0" 11difference = "2.0.0"
9text_unit = "0.1.2" 12text_unit = "0.1.2"