Skip to content

Commit 5b573de

Browse files
committed
fix usages after rename
1 parent 6bca91a commit 5b573de

30 files changed

+4280
-31
lines changed

Cargo.lock

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

crates/ra_ide_api/Cargo.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[package]
2+
edition = "2018"
3+
name = "ra_ide_api"
4+
version = "0.1.0"
5+
authors = ["Aleksey Kladov <[email protected]>"]
6+
7+
[dependencies]
8+
itertools = "0.8.0"
9+
log = "0.4.5"
10+
relative-path = "0.4.0"
11+
rayon = "1.0.2"
12+
fst = "0.3.1"
13+
salsa = "0.9.1"
14+
rustc-hash = "1.0"
15+
parking_lot = "0.7.0"
16+
unicase = "2.2.0"
17+
18+
ra_syntax = { path = "../ra_syntax" }
19+
ra_ide_api_light = { path = "../ra_ide_api_light" }
20+
ra_text_edit = { path = "../ra_text_edit" }
21+
ra_db = { path = "../ra_db" }
22+
hir = { path = "../ra_hir", package = "ra_hir" }
23+
test_utils = { path = "../test_utils" }

0 commit comments

Comments
 (0)