diff options
author | Aleksey Kladov <[email protected]> | 2020-05-04 11:26:52 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-05-04 11:26:52 +0100 |
commit | 6af464d185dc12db9d523c24c483ad8d6ad53d0e (patch) | |
tree | 74b4439e52d756c850e507f235908a987d5c8a3a | |
parent | 710e430dbb9048c473d0e19e714cef9e279fac11 (diff) |
no doctests for flycheck
-rw-r--r-- | crates/ra_flycheck/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_flycheck/Cargo.toml b/crates/ra_flycheck/Cargo.toml index 324c33d9d..3d5093264 100644 --- a/crates/ra_flycheck/Cargo.toml +++ b/crates/ra_flycheck/Cargo.toml | |||
@@ -4,6 +4,9 @@ name = "ra_flycheck" | |||
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 | crossbeam-channel = "0.4.0" | 11 | crossbeam-channel = "0.4.0" |
9 | lsp-types = { version = "0.74.0", features = ["proposed"] } | 12 | lsp-types = { version = "0.74.0", features = ["proposed"] } |