diff options
author | Aleksey Kladov <[email protected]> | 2021-03-09 19:30:58 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-03-09 19:30:58 +0000 |
commit | 842d8ad9c8ff4537c545babc5a461811fe870f14 (patch) | |
tree | 83755289f98dd4b25186d233b81ee3a4af904561 /crates/hir_ty | |
parent | a436863364937633335bba8fe4fd81c8fdc33837 (diff) |
Compilation speed
Diffstat (limited to 'crates/hir_ty')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 6131ebee8..b9c93f56f 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -29,9 +29,9 @@ hir_expand = { path = "../hir_expand", version = "0.0.0" } | |||
29 | base_db = { path = "../base_db", version = "0.0.0" } | 29 | base_db = { path = "../base_db", version = "0.0.0" } |
30 | profile = { path = "../profile", version = "0.0.0" } | 30 | profile = { path = "../profile", version = "0.0.0" } |
31 | syntax = { path = "../syntax", version = "0.0.0" } | 31 | syntax = { path = "../syntax", version = "0.0.0" } |
32 | test_utils = { path = "../test_utils", version = "0.0.0" } | ||
33 | 32 | ||
34 | [dev-dependencies] | 33 | [dev-dependencies] |
34 | test_utils = { path = "../test_utils" } | ||
35 | expect-test = "1.1" | 35 | expect-test = "1.1" |
36 | tracing = "0.1" | 36 | tracing = "0.1" |
37 | tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } | 37 | tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } |