diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-17 15:45:30 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-17 15:45:30 +0000 |
commit | 64dac40a8665c851e48c50e6f778a51aeac2838e (patch) | |
tree | 67b62c8c85fe073172c124c98a72269a677c0903 /crates/ra_ide_api | |
parent | 4f0d4c65a597318165d3a034cf6fd615872b7b74 (diff) | |
parent | 7e2f4b30db8a0d734b3a1fc9f6ad77b2adc9aa2a (diff) |
Merge #2287
2287: Disable doctests r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index fa353b5dd..15346f388 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -4,6 +4,9 @@ name = "ra_ide_api" | |||
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 | [features] | 10 | [features] |
8 | wasm = [] | 11 | wasm = [] |
9 | 12 | ||