Better folder structure

This commit is contained in:
Aleksey Kladov 2020-02-18 11:56:18 +01:00
parent a349e5d4fc
commit 59e1207dac
4 changed files with 5 additions and 1 deletions

View file

@ -3,10 +3,15 @@ edition = "2018"
name = "ra_lsp_server" name = "ra_lsp_server"
version = "0.1.0" version = "0.1.0"
authors = ["rust-analyzer developers"] authors = ["rust-analyzer developers"]
autobins = false
[lib] [lib]
doctest = false doctest = false
[[bin]]
name = "ra_lsp_server"
path = "./src/bin/main.rs"
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
crossbeam-channel = "0.4" crossbeam-channel = "0.4"

View file

@ -77,7 +77,6 @@ fn no_docs_comments() {
"ra_hir", "ra_hir",
"ra_hir_expand", "ra_hir_expand",
"ra_ide", "ra_ide",
"ra_lsp_server",
"ra_mbe", "ra_mbe",
"ra_parser", "ra_parser",
"ra_prof", "ra_prof",