aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-11-27 16:14:04 +0000
committerGitHub <[email protected]>2020-11-27 16:14:04 +0000
commit0993f9067cfc14cded484906283d1df8e8741e8e (patch)
tree235ecf5049b1af3ed8fdf35cad5b66ceb8f28ff4 /Cargo.lock
parentc66d477f5a72247b04b9025f6ba9c403ca628d41 (diff)
parent04cd4b17bb04031ecf7c7e9b734d22ea74d8f114 (diff)
Merge #6651
6651: Profile completions better r=SomeoneToIgnore a=SomeoneToIgnore During https://github.com/rust-analyzer/rust-analyzer/issues/6612 investigation, had added a few more profiling points and considered that they can be useful later, ergo the PR. Co-authored-by: Kirill Bulatov <[email protected]>
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 051d9e734..633b99758 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1658,6 +1658,7 @@ dependencies = [
1658 "itertools", 1658 "itertools",
1659 "once_cell", 1659 "once_cell",
1660 "parser", 1660 "parser",
1661 "profile",
1661 "rayon", 1662 "rayon",
1662 "rowan", 1663 "rowan",
1663 "rustc-ap-rustc_lexer", 1664 "rustc-ap-rustc_lexer",