aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-22 09:40:09 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-22 09:40:09 +0100
commit35b60d68932926c6f5cef6ece44a82363a7061c5 (patch)
treef0980fb5386ace6e2008e8844878070662c8d5e9 /crates/ra_db/Cargo.toml
parent67d5927b160aa5ec66fb6dae5d7075ebb509066f (diff)
parentf15bb3c98a76dd801d49ccf19958edaa74048b63 (diff)
Merge #1308
1308: add profile calls to parsing/expansion routines r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_db/Cargo.toml')
-rw-r--r--crates/ra_db/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml
index 08aef9bf5..5328303d2 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -12,4 +12,5 @@ parking_lot = "0.7.0"
12 12
13ra_arena = { path = "../ra_arena" } 13ra_arena = { path = "../ra_arena" }
14ra_syntax = { path = "../ra_syntax" } 14ra_syntax = { path = "../ra_syntax" }
15ra_prof = { path = "../ra_prof" }
15test_utils = { path = "../test_utils" } 16test_utils = { path = "../test_utils" }