aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-04-16 14:13:57 +0100
committerEdwin Cheng <[email protected]>2020-04-16 14:13:57 +0100
commit177becea98bddcd995a2abec59c6b60bac6b5a2b (patch)
tree64b7ecca11b93b71aab3e2fc0648d70aa012ee8b /Cargo.lock
parentca7dc69a8e87883c6a0c9df88c936fa2a4658c7b (diff)
Add proc-macro cli command for rust-analyzer
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 01fa64e6f..8e204d39f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1341,6 +1341,7 @@ dependencies = [
1341 "ra_hir_def", 1341 "ra_hir_def",
1342 "ra_hir_ty", 1342 "ra_hir_ty",
1343 "ra_ide", 1343 "ra_ide",
1344 "ra_proc_macro_srv",
1344 "ra_prof", 1345 "ra_prof",
1345 "ra_project_model", 1346 "ra_project_model",
1346 "ra_syntax", 1347 "ra_syntax",