From 7e2f4b30db8a0d734b3a1fc9f6ad77b2adc9aa2a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 17 Nov 2019 18:35:05 +0300 Subject: Disable doctests --- crates/ra_project_model/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/ra_project_model') diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml index b31c95903..69edc3c66 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml @@ -4,6 +4,9 @@ name = "ra_project_model" version = "0.1.0" authors = ["rust-analyzer developers"] +[lib] +doctest = false + [dependencies] log = "0.4.5" rustc-hash = "1.0" -- cgit v1.2.3