From 220813dcb0881ff199619c11eb34a39a6de0f67a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 15 May 2020 01:51:48 +0200 Subject: Move LSP bits from flycheck to rust-analyzer There should be only one place that knows about LSP, and that place is right before we spit JSON on stdout. --- crates/ra_flycheck/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/ra_flycheck/Cargo.toml') diff --git a/crates/ra_flycheck/Cargo.toml b/crates/ra_flycheck/Cargo.toml index eac502da5..1aa39bade 100644 --- a/crates/ra_flycheck/Cargo.toml +++ b/crates/ra_flycheck/Cargo.toml @@ -9,12 +9,8 @@ doctest = false [dependencies] crossbeam-channel = "0.4.0" -lsp-types = { version = "0.74.0", features = ["proposed"] } log = "0.4.8" cargo_metadata = "0.10.0" serde_json = "1.0.48" jod-thread = "0.1.1" ra_toolchain = { path = "../ra_toolchain" } - -[dev-dependencies] -insta = "0.16.0" -- cgit v1.2.3