diff options
| author | bors <bors@rust-lang.org> | 2023-03-25 17:22:45 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-03-25 17:22:45 +0000 |
| commit | 90340b71ad0b640c344a0c6ef6d7da8a6673d762 (patch) | |
| tree | e59745012662a9121d025e49b7c6b6a7dd4b8468 /docs/dev | |
| parent | 71b23360e781a00e51ed702a96e181261e92c6c5 (diff) | |
| parent | e5f24a6d7c6e91e590e72b9ffd107a398c2bdebd (diff) | |
| download | rust-90340b71ad0b640c344a0c6ef6d7da8a6673d762.tar.gz rust-90340b71ad0b640c344a0c6ef6d7da8a6673d762.zip | |
Auto merge of #14405 - Veykril:proc-macro-loading, r=Veykril
feat: Load proc-macros asynchronously Closes https://github.com/rust-lang/rust-analyzer/issues/8646
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index de142203208..11eda94f5bb 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp_ext.rs hash: 37f31ae648632897 +lsp_ext.rs hash: 92fe1037312754df If you need to change the above hash to make the test pass, please check if you need to adjust this doc as well and ping this issue: |
