aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2020-07-10 17:30:32 +0100
committerFlorian Diebold <[email protected]>2020-07-12 19:12:01 +0100
commitc82f5379de49344eb418cc6aaf5bf8c35bc4aaef (patch)
tree7c060a12fcdb8cbd2054e064257602374c3df0cb /crates/ra_hir_ty/Cargo.toml
parent209c492432c15b017f99dba06d5937389c1f9546 (diff)
Enable Chalk tracing in hir_ty tests
Diffstat (limited to 'crates/ra_hir_ty/Cargo.toml')
-rw-r--r--crates/ra_hir_ty/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml
index ce257dc0b..3370230a1 100644
--- a/crates/ra_hir_ty/Cargo.toml
+++ b/crates/ra_hir_ty/Cargo.toml
@@ -33,3 +33,7 @@ chalk-ir = { version = "0.15.0" }
33[dev-dependencies] 33[dev-dependencies]
34insta = "0.16.0" 34insta = "0.16.0"
35expect = { path = "../expect" } 35expect = { path = "../expect" }
36
37tracing = "0.1"
38tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] }
39tracing-tree = { version = "0.1.3" }