Skip to content

Commit 3210002

Browse files
bors[bot]sinkuu
andcommitted
Merge #1513
1513: Remove unused dependencies r=matklad a=sinkuu Co-authored-by: Shotaro Yamada <sinkuu@sinkuu.xyz>
2 parents 64b718b + a426de6 commit 3210002

File tree

9 files changed

+0
-36
lines changed

9 files changed

+0
-36
lines changed

Cargo.lock

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

crates/ra_batch/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ log = "0.4.5"
99
rustc-hash = "1.0"
1010

1111
ra_vfs = "0.2.0"
12-
ra_syntax = { path = "../ra_syntax" }
1312
ra_db = { path = "../ra_db" }
1413
ra_ide_api = { path = "../ra_ide_api" }
1514
ra_hir = { path = "../ra_hir" }
1615
ra_project_model = { path = "../ra_project_model" }
17-
18-
[dev-dependencies]
19-
test_utils = { path = "../test_utils" }

crates/ra_cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ publish = false
77

88
[dependencies]
99
clap = "2.32.0"
10-
join_to_string = "0.1.1"
1110
flexi_logger = "0.13.0"
1211
indicatif = "0.11.0"
1312

crates/ra_db/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ salsa = "0.12.3"
99
relative-path = "0.4.0"
1010
rustc-hash = "1.0"
1111

12-
ra_arena = { path = "../ra_arena" }
1312
ra_syntax = { path = "../ra_syntax" }
1413
ra_prof = { path = "../ra_prof" }
15-
test_utils = { path = "../test_utils" }

crates/ra_hir/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ relative-path = "0.4.0"
1111
rustc-hash = "1.0"
1212
parking_lot = "0.8.0"
1313
ena = "0.13"
14-
join_to_string = "0.1.3"
1514
once_cell = "0.2"
1615

1716
ra_syntax = { path = "../ra_syntax" }
@@ -28,5 +27,4 @@ chalk-ir = { git = "https://github.com/flodiebold/chalk.git", branch = "fuel" }
2827
lalrpop-intern = "0.15.1"
2928

3029
[dev-dependencies]
31-
flexi_logger = "0.13.0"
3230
insta = "0.8.1"

crates/ra_lsp_server/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ thread_worker = { path = "../thread_worker" }
2222
ra_syntax = { path = "../ra_syntax" }
2323
ra_text_edit = { path = "../ra_text_edit" }
2424
ra_ide_api = { path = "../ra_ide_api" }
25-
ra_arena = { path = "../ra_arena" }
2625
gen_lsp_server = { path = "../gen_lsp_server" }
2726
ra_project_model = { path = "../ra_project_model" }
2827
ra_prof = { path = "../ra_prof" }

crates/ra_project_model/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ log = "0.4.5"
99
rustc-hash = "1.0"
1010
relative-path = "0.4.0"
1111

12-
walkdir = "2.2.7"
13-
1412
cargo_metadata = "0.8.0"
1513

1614
ra_arena = { path = "../ra_arena" }
1715
ra_db = { path = "../ra_db" }
1816

1917
serde = { version = "1.0.89", features = ["derive"] }
2018
serde_json = "1.0.39"
21-
22-
[dev-dependencies]
23-
test_utils = { path = "../test_utils" }

crates/ra_syntax/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ description = "Comment and whitespace preserving parser for the Rust langauge"
88
repository = "https://github.com/rust-analyzer/rust-analyzer"
99

1010
[dependencies]
11-
arrayvec = "0.4.10"
1211
unicode-xid = "0.1.0"
1312
itertools = "0.8.0"
14-
drop_bomb = "0.1.4"
1513
rowan = "0.5.0"
1614

1715
# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here
1816
# to reduce number of compilations
19-
text_unit = { version = "0.1.8", features = ["serde"] }
2017
smol_str = { version = "0.1.12", features = ["serde"] }
2118

2219
ra_text_edit = { path = "../ra_text_edit" }

crates/test_utils/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ authors = ["rust-analyzer developers"]
66

77
[dependencies]
88
difference = "2.0.0"
9-
itertools = "0.8.0"
109
text_unit = "0.1.2"
1110
serde_json = "1.0.34"

0 commit comments

Comments
 (0)