From 847135495fb194f9eef7b65b515982161d77face Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 11 Jul 2020 13:31:02 +0200 Subject: no doctests --- crates/expect/Cargo.toml | 3 +++ crates/ra_toolchain/Cargo.toml | 3 +++ crates/vfs-notify/Cargo.toml | 3 +++ crates/vfs/Cargo.toml | 3 +++ 4 files changed, 12 insertions(+) (limited to 'crates') diff --git a/crates/expect/Cargo.toml b/crates/expect/Cargo.toml index caee43106..f8fa29e4e 100644 --- a/crates/expect/Cargo.toml +++ b/crates/expect/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +[lib] +doctest = false + [dependencies] once_cell = "1" difference = "2" diff --git a/crates/ra_toolchain/Cargo.toml b/crates/ra_toolchain/Cargo.toml index 1873fbe16..038c29ded 100644 --- a/crates/ra_toolchain/Cargo.toml +++ b/crates/ra_toolchain/Cargo.toml @@ -4,5 +4,8 @@ name = "ra_toolchain" version = "0.1.0" authors = ["rust-analyzer developers"] +[lib] +doctest = false + [dependencies] home = "0.5.3" diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml index 4737a52a7..eb1764c36 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +[lib] +doctest = false + [dependencies] log = "0.4.8" rustc-hash = "1.0" diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml index b985c4c10..db99707b3 100644 --- a/crates/vfs/Cargo.toml +++ b/crates/vfs/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +[lib] +doctest = false + [dependencies] rustc-hash = "1.0" fst = "0.4" -- cgit v1.2.3