diff options
author | Aleksey Kladov <[email protected]> | 2019-11-17 15:35:05 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-17 15:35:05 +0000 |
commit | 7e2f4b30db8a0d734b3a1fc9f6ad77b2adc9aa2a (patch) | |
tree | e8cc01507c92d33b8237e39072b13bbe0ccacd33 /crates/ra_syntax | |
parent | 52389657c575b7a4d87c817f9678a8d985172049 (diff) |
Disable doctests
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 9c0e856e8..45a18a73f 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -7,6 +7,9 @@ license = "MIT OR Apache-2.0" | |||
7 | description = "Comment and whitespace preserving parser for the Rust langauge" | 7 | description = "Comment and whitespace preserving parser for the Rust langauge" |
8 | repository = "https://github.com/rust-analyzer/rust-analyzer" | 8 | repository = "https://github.com/rust-analyzer/rust-analyzer" |
9 | 9 | ||
10 | [lib] | ||
11 | doctest = false | ||
12 | |||
10 | [dependencies] | 13 | [dependencies] |
11 | itertools = "0.8.0" | 14 | itertools = "0.8.0" |
12 | rowan = "0.6.1" | 15 | rowan = "0.6.1" |