From fa55b72c545703dec271c4c9ef64842294eaaabf Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 26 Jun 2019 13:07:26 +0300 Subject: move ra_prof dep where it belongs --- crates/ra_batch/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/ra_batch') diff --git a/crates/ra_batch/Cargo.toml b/crates/ra_batch/Cargo.toml index f521937c5..7d8837fc3 100644 --- a/crates/ra_batch/Cargo.toml +++ b/crates/ra_batch/Cargo.toml @@ -15,9 +15,5 @@ ra_ide_api = { path = "../ra_ide_api" } ra_hir = { path = "../ra_hir" } ra_project_model = { path = "../ra_project_model" } -[dependencies.ra_prof] -path = "../ra_prof" -# features = [ "cpuprofiler" ] - [dev-dependencies] test_utils = { path = "../test_utils" } -- cgit v1.2.3