]> git.lizzy.rs Git - rust.git/commitdiff
Remove unused dependencies
authorShotaro Yamada <sinkuu@sinkuu.xyz>
Mon, 8 Jul 2019 15:28:00 +0000 (00:28 +0900)
committerShotaro Yamada <sinkuu@sinkuu.xyz>
Mon, 8 Jul 2019 15:28:00 +0000 (00:28 +0900)
Cargo.lock
crates/ra_batch/Cargo.toml
crates/ra_cli/Cargo.toml
crates/ra_db/Cargo.toml
crates/ra_hir/Cargo.toml
crates/ra_lsp_server/Cargo.toml
crates/ra_project_model/Cargo.toml
crates/ra_syntax/Cargo.toml
crates/test_utils/Cargo.toml

index 3049ab3d9a66be29e18a51d4296adff314880935..e42a564dbbb3801efb054213a3c8be7e7ba1642a 100644 (file)
@@ -1096,10 +1096,8 @@ dependencies = [
  "ra_hir 0.1.0",
  "ra_ide_api 0.1.0",
  "ra_project_model 0.1.0",
- "ra_syntax 0.1.0",
  "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "test_utils 0.1.0",
 ]
 
 [[package]]
@@ -1109,7 +1107,6 @@ dependencies = [
  "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "ra_batch 0.1.0",
  "ra_db 0.1.0",
  "ra_hir 0.1.0",
@@ -1122,13 +1119,11 @@ dependencies = [
 name = "ra_db"
 version = "0.1.0"
 dependencies = [
- "ra_arena 0.1.0",
  "ra_prof 0.1.0",
  "ra_syntax 0.1.0",
  "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "salsa 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "test_utils 0.1.0",
 ]
 
 [[package]]
@@ -1148,9 +1143,7 @@ dependencies = [
  "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
  "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
  "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1202,7 +1195,6 @@ dependencies = [
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "ra_arena 0.1.0",
  "ra_ide_api 0.1.0",
  "ra_prof 0.1.0",
  "ra_project_model 0.1.0",
@@ -1264,23 +1256,18 @@ dependencies = [
  "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
  "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
- "test_utils 0.1.0",
- "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "ra_syntax"
 version = "0.1.0"
 dependencies = [
- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "ra_parser 0.1.0",
  "ra_text_edit 0.1.0",
  "rowan 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  "test_utils 0.1.0",
- "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
@@ -1842,7 +1829,6 @@ name = "test_utils"
 version = "0.1.0"
 dependencies = [
  "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
  "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
@@ -1851,9 +1837,6 @@ dependencies = [
 name = "text_unit"
 version = "0.1.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
-]
 
 [[package]]
 name = "textwrap"
index 7d8837fc3a151bafa9fee261f1474bff8674bcb3..0ee94c4451f4d6374ee73ee4c59932b2a3b2412d 100644 (file)
@@ -9,11 +9,7 @@ log = "0.4.5"
 rustc-hash = "1.0"
 
 ra_vfs = "0.2.0"
-ra_syntax = { path = "../ra_syntax" }
 ra_db = { path = "../ra_db" }
 ra_ide_api = { path = "../ra_ide_api" }
 ra_hir = { path = "../ra_hir" }
 ra_project_model = { path = "../ra_project_model" }
-
-[dev-dependencies]
-test_utils = { path = "../test_utils" }
index 639b7c949e2d1da66b4f4ddd505069c976f484a5..4d9c41ae9136b89c84f77e49d6ad86a676c94809 100644 (file)
@@ -7,7 +7,6 @@ publish = false
 
 [dependencies]
 clap = "2.32.0"
-join_to_string = "0.1.1"
 flexi_logger = "0.13.0"
 indicatif = "0.11.0"
 
index f73dd739a4fa9edc052aeb0f3cd70f5872642f0e..7a13c247bf89e75cc2100d49667c04c8f261465e 100644 (file)
@@ -9,7 +9,5 @@ salsa = "0.12.3"
 relative-path = "0.4.0"
 rustc-hash = "1.0"
 
-ra_arena = { path = "../ra_arena" }
 ra_syntax = { path = "../ra_syntax" }
 ra_prof = { path = "../ra_prof" }
-test_utils = { path = "../test_utils" }
index e44e144d6e7f440e3a173cbc8359e4d7c51810aa..de2c2dbec672ff870e716e53b83e27bf624e0bfe 100644 (file)
@@ -11,7 +11,6 @@ relative-path = "0.4.0"
 rustc-hash = "1.0"
 parking_lot = "0.8.0"
 ena = "0.13"
-join_to_string = "0.1.3"
 once_cell = "0.2"
 
 ra_syntax = { path = "../ra_syntax" }
@@ -28,5 +27,4 @@ chalk-ir = { git = "https://github.com/flodiebold/chalk.git", branch = "fuel" }
 lalrpop-intern = "0.15.1"
 
 [dev-dependencies]
-flexi_logger = "0.13.0"
 insta = "0.8.1"
index 50bc8111b018b6b9397b0480e526cdea841a741e..753710931998b145521ae1d11d5282ffbd3da1fb 100644 (file)
@@ -22,7 +22,6 @@ thread_worker = { path = "../thread_worker" }
 ra_syntax = { path = "../ra_syntax" }
 ra_text_edit = { path = "../ra_text_edit" }
 ra_ide_api = { path = "../ra_ide_api" }
-ra_arena = { path = "../ra_arena" }
 gen_lsp_server = { path = "../gen_lsp_server" }
 ra_project_model = { path = "../ra_project_model" }
 ra_prof = { path = "../ra_prof" }
index a1f7bf6dccb5a8a0e03c7ddedcb55d4cb3e575d8..3545d23c91b164c42755d77c88596f286998b05d 100644 (file)
@@ -9,8 +9,6 @@ log = "0.4.5"
 rustc-hash = "1.0"
 relative-path = "0.4.0"
 
-walkdir = "2.2.7"
-
 cargo_metadata = "0.8.0"
 
 ra_arena = { path = "../ra_arena" }
@@ -18,6 +16,3 @@ ra_db = { path = "../ra_db" }
 
 serde = { version = "1.0.89", features = ["derive"] }
 serde_json = "1.0.39"
-
-[dev-dependencies]
-test_utils = { path = "../test_utils" }
index 156991358ec35d197934e6c2ad66bd4f096ee12d..37a91ea3588ef4901814b4b3aaec6181c8486b44 100644 (file)
@@ -8,15 +8,12 @@ description = "Comment and whitespace preserving parser for the Rust langauge"
 repository = "https://github.com/rust-analyzer/rust-analyzer"
 
 [dependencies]
-arrayvec = "0.4.10"
 unicode-xid = "0.1.0"
 itertools = "0.8.0"
-drop_bomb = "0.1.4"
 rowan = "0.5.0"
 
 # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here
 # to reduce number of compilations
-text_unit = { version = "0.1.8", features = ["serde"] }
 smol_str = { version = "0.1.12", features = ["serde"] }
 
 ra_text_edit = { path = "../ra_text_edit" }
index b58dbd1cfaf7033e2a893be2a673f429511a6480..0be9c3665eb580559cf389378b5b319e349f3192 100644 (file)
@@ -6,6 +6,5 @@ authors = ["rust-analyzer developers"]
 
 [dependencies]
 difference = "2.0.0"
-itertools = "0.8.0"
 text_unit = "0.1.2"
 serde_json = "1.0.34"