aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-11 12:31:32 +0100
committerGitHub <[email protected]>2020-07-11 12:31:32 +0100
commit87ddcba05fe1a80e293565cd09a61c83adc6bc7d (patch)
tree7fadbc3615b2eb435005354ef05011a2c15bedde
parent9e75b39115180db27888a0a742baba77d0273971 (diff)
parent847135495fb194f9eef7b65b515982161d77face (diff)
Merge #5313
5313: no doctests r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--crates/expect/Cargo.toml3
-rw-r--r--crates/ra_toolchain/Cargo.toml3
-rw-r--r--crates/vfs-notify/Cargo.toml3
-rw-r--r--crates/vfs/Cargo.toml3
4 files changed, 12 insertions, 0 deletions
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"
4authors = ["rust-analyzer developers"] 4authors = ["rust-analyzer developers"]
5edition = "2018" 5edition = "2018"
6 6
7[lib]
8doctest = false
9
7[dependencies] 10[dependencies]
8once_cell = "1" 11once_cell = "1"
9difference = "2" 12difference = "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"
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]
8home = "0.5.3" 11home = "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"
4authors = ["rust-analyzer developers"] 4authors = ["rust-analyzer developers"]
5edition = "2018" 5edition = "2018"
6 6
7[lib]
8doctest = false
9
7[dependencies] 10[dependencies]
8log = "0.4.8" 11log = "0.4.8"
9rustc-hash = "1.0" 12rustc-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"
4authors = ["rust-analyzer developers"] 4authors = ["rust-analyzer developers"]
5edition = "2018" 5edition = "2018"
6 6
7[lib]
8doctest = false
9
7[dependencies] 10[dependencies]
8rustc-hash = "1.0" 11rustc-hash = "1.0"
9fst = "0.4" 12fst = "0.4"