We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710e430 commit 6af464dCopy full SHA for 6af464d
crates/ra_flycheck/Cargo.toml
@@ -4,6 +4,9 @@ name = "ra_flycheck"
4
version = "0.1.0"
5
authors = ["rust-analyzer developers"]
6
7
+[lib]
8
+doctest = false
9
+
10
[dependencies]
11
crossbeam-channel = "0.4.0"
12
lsp-types = { version = "0.74.0", features = ["proposed"] }
0 commit comments