diff options
author | Aleksey Kladov <[email protected]> | 2020-07-11 12:31:02 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-11 12:31:02 +0100 |
commit | 847135495fb194f9eef7b65b515982161d77face (patch) | |
tree | 2d9e2a19fec0070503f7e03b7f95290736c11389 /crates | |
parent | 45be08c708ba03dbc4bb935e0288c3f72c2db119 (diff) |
no doctests
Diffstat (limited to 'crates')
-rw-r--r-- | crates/expect/Cargo.toml | 3 | ||||
-rw-r--r-- | crates/ra_toolchain/Cargo.toml | 3 | ||||
-rw-r--r-- | crates/vfs-notify/Cargo.toml | 3 | ||||
-rw-r--r-- | crates/vfs/Cargo.toml | 3 |
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" | |||
4 | authors = ["rust-analyzer developers"] | 4 | authors = ["rust-analyzer developers"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | 6 | ||
7 | [lib] | ||
8 | doctest = false | ||
9 | |||
7 | [dependencies] | 10 | [dependencies] |
8 | once_cell = "1" | 11 | once_cell = "1" |
9 | difference = "2" | 12 | 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" | |||
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | 6 | ||
7 | [lib] | ||
8 | doctest = false | ||
9 | |||
7 | [dependencies] | 10 | [dependencies] |
8 | home = "0.5.3" | 11 | 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" | |||
4 | authors = ["rust-analyzer developers"] | 4 | authors = ["rust-analyzer developers"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | 6 | ||
7 | [lib] | ||
8 | doctest = false | ||
9 | |||
7 | [dependencies] | 10 | [dependencies] |
8 | log = "0.4.8" | 11 | log = "0.4.8" |
9 | rustc-hash = "1.0" | 12 | 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" | |||
4 | authors = ["rust-analyzer developers"] | 4 | authors = ["rust-analyzer developers"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | 6 | ||
7 | [lib] | ||
8 | doctest = false | ||
9 | |||
7 | [dependencies] | 10 | [dependencies] |
8 | rustc-hash = "1.0" | 11 | rustc-hash = "1.0" |
9 | fst = "0.4" | 12 | fst = "0.4" |