mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
no doctests for flycheck
This commit is contained in:
parent
710e430dbb
commit
6af464d185
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ name = "ra_flycheck"
|
|||
version = "0.1.0"
|
||||
authors = ["rust-analyzer developers"]
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.4.0"
|
||||
lsp-types = { version = "0.74.0", features = ["proposed"] }
|
||||
|
|
Loading…
Reference in a new issue