aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSteffen Lyngbaek <[email protected]>2020-03-10 18:21:56 +0000
committerSteffen Lyngbaek <[email protected]>2020-03-10 21:36:01 +0000
commitcfb48df149bfa8a15b113b1a252598457a4ea392 (patch)
tree8672e75715e2def7963e6250700125b17f233009 /Cargo.lock
parente98aff109a1c4bda6a05f16981898425c302aa0c (diff)
Address Issues from Github
- Updated naming of config - Define struct in ra_ide and use remote derive in rust-analyzer/config - Make inlayConfig type more flexible to support more future types - Remove constructor only used in tests
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6173741b1..330bdd1cb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1028,7 +1028,6 @@ dependencies = [
1028 "ra_hir", 1028 "ra_hir",
1029 "ra_ide_db", 1029 "ra_ide_db",
1030 "ra_prof", 1030 "ra_prof",
1031 "ra_project_model",
1032 "ra_syntax", 1031 "ra_syntax",
1033 "ra_text_edit", 1032 "ra_text_edit",
1034 "rand", 1033 "rand",