aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2020-11-27 16:00:03 +0000
committerKirill Bulatov <[email protected]>2020-11-27 16:00:03 +0000
commitb2e6ca46ca2ad3352ef13154b401e798e9a7d752 (patch)
treea58af78b157d815799c5c3f0a9c30470eb7a751a /Cargo.lock
parentc66d477f5a72247b04b9025f6ba9c403ca628d41 (diff)
Profile completions better
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",