Skip to content

Commit

Permalink
Merge #4460
Browse files Browse the repository at this point in the history
4460: Remove flycheck -> LSP dependency r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
  • Loading branch information
bors[bot] and matklad committed May 15, 2020
2 parents 12d8268 + 08027c3 commit 05db35d
Show file tree
Hide file tree
Showing 18 changed files with 1,490 additions and 1,506 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions crates/ra_flycheck/Cargo.toml
Expand Up @@ -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"
341 changes: 0 additions & 341 deletions crates/ra_flycheck/src/conv.rs

This file was deleted.

0 comments on commit 05db35d

Please sign in to comment.