diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-11 12:31:32 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-11 12:31:32 +0100 |
commit | 87ddcba05fe1a80e293565cd09a61c83adc6bc7d (patch) | |
tree | 7fadbc3615b2eb435005354ef05011a2c15bedde /crates/ra_toolchain | |
parent | 9e75b39115180db27888a0a742baba77d0273971 (diff) | |
parent | 847135495fb194f9eef7b65b515982161d77face (diff) |
Merge #5313
5313: no doctests r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_toolchain')
-rw-r--r-- | crates/ra_toolchain/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |