Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 2d6112e

Browse files
committed
Introduce project model
1 parent 10cd410 commit 2d6112e

File tree

4 files changed

+311
-6
lines changed

4 files changed

+311
-6
lines changed

Cargo.lock

Lines changed: 103 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ languageserver-types = "0.45"
2424
lazy_static = "1"
2525
log = "0.4"
2626
num_cpus = "1"
27-
racer = "2.1.2"
27+
racer = {path="../racer"}
2828
rayon = "1"
2929
rls-analysis = "0.14"
3030
rls-blacklist = "0.1.2"

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pub mod config;
5656
pub mod lsp_data;
5757
pub mod server;
5858
pub mod concurrency;
59+
pub mod project_model;
5960

6061
#[cfg(test)]
6162
mod test;

0 commit comments

Comments
 (0)