From 39dfca23f1634c1e21819806bdd696c8096d0f0f Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Fri, 23 Oct 2020 17:07:06 +0200 Subject: Add tracing to main rust-analyzer binary --- crates/hir_ty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_ty/Cargo.toml') diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index be7c812cb..367a1b98d 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -17,7 +17,7 @@ ena = "0.14.0" log = "0.4.8" rustc-hash = "1.1.0" scoped-tls = "1" -chalk-solve = "0.34" +chalk-solve = { version = "0.34", default-features = false } chalk-ir = "0.34" chalk-recursive = "0.34" -- cgit v1.2.3