aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-04-14 21:28:10 +0100
committerAleksey Kladov <[email protected]>2019-04-14 23:10:07 +0100
commitc4a5aa45dc480792b24535ee6739a4e9a15e8aa8 (patch)
tree493f07991c90e033e77e7cba4c13f0f9c10b98f8 /Cargo.lock
parent06615bd331791a21cfd2e262c5c08949ac9b495b (diff)
add a couple of profiling points
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 5a5edc3e2..779580762 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -996,6 +996,7 @@ dependencies = [
996 "ra_db 0.1.0", 996 "ra_db 0.1.0",
997 "ra_fmt 0.1.0", 997 "ra_fmt 0.1.0",
998 "ra_hir 0.1.0", 998 "ra_hir 0.1.0",
999 "ra_prof 0.1.0",
999 "ra_syntax 0.1.0", 1000 "ra_syntax 0.1.0",
1000 "ra_text_edit 0.1.0", 1001 "ra_text_edit 0.1.0",
1001 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 1002 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",