aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2021-05-27 22:28:14 +0100
committerLukas Wirth <[email protected]>2021-05-27 22:28:14 +0100
commitfc37e2f953a0d200e875c4711c1b0bf79a75a2a2 (patch)
tree9cd8d24d855969c91d8bf81d14af034856d08674 /Cargo.lock
parent01bfc5f5c0cf6b73c26d006802016c9b02066f94 (diff)
Attribute completion is context aware
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 557d5f5f3..192f0efc2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -647,6 +647,7 @@ dependencies = [
647 "ide_db", 647 "ide_db",
648 "itertools", 648 "itertools",
649 "log", 649 "log",
650 "once_cell",
650 "profile", 651 "profile",
651 "rustc-hash", 652 "rustc-hash",
652 "stdx", 653 "stdx",