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_fmt | |
parent | 52389657c575b7a4d87c817f9678a8d985172049 (diff) |
Disable doctests
Diffstat (limited to 'crates/ra_fmt')
-rw-r--r-- | crates/ra_fmt/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_fmt/Cargo.toml b/crates/ra_fmt/Cargo.toml index ba7b3ceac..9969d4746 100644 --- a/crates/ra_fmt/Cargo.toml +++ b/crates/ra_fmt/Cargo.toml | |||
@@ -5,6 +5,9 @@ version = "0.1.0" | |||
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | publish = false | 6 | publish = false |
7 | 7 | ||
8 | [lib] | ||
9 | doctest = false | ||
10 | |||
8 | [dependencies] | 11 | [dependencies] |
9 | itertools = "0.8.0" | 12 | itertools = "0.8.0" |
10 | 13 | ||