aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-12-21 17:45:46 +0000
committerAleksey Kladov <[email protected]>2019-12-21 17:46:21 +0000
commitd4b135f38c8c0050768c50e62043ddca5f09079a (patch)
tree5684bfee4f4614d503ed84ad3c540440c232b4bf /Cargo.lock
parent6d8a2ec3dd350541d7c0e5aa08795a42c4dbd8f8 (diff)
Optimize and profile
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 60b6da8eb..55afcda7b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -948,6 +948,7 @@ dependencies = [
948 "ra_hir_def 0.1.0", 948 "ra_hir_def 0.1.0",
949 "ra_hir_expand 0.1.0", 949 "ra_hir_expand 0.1.0",
950 "ra_hir_ty 0.1.0", 950 "ra_hir_ty 0.1.0",
951 "ra_prof 0.1.0",
951 "ra_syntax 0.1.0", 952 "ra_syntax 0.1.0",
952 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 953 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
953] 954]