diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-01-05 16:18:20 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2025-01-06 11:22:42 +0100 |
| commit | 0389235a15ab0a210db1f3eed04ddbafe01d9bcc (patch) | |
| tree | 2ef720e653104c166fe5d04beb56a608d792f58c /src/tools/rust-analyzer/docs/dev/lsp-extensions.md | |
| parent | 70ba3b56ff99680273ec6700f591c5284ba370a3 (diff) | |
| download | rust-0389235a15ab0a210db1f3eed04ddbafe01d9bcc.tar.gz rust-0389235a15ab0a210db1f3eed04ddbafe01d9bcc.zip | |
fix: Be more permissive with completion resolve data
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev/lsp-extensions.md')
| -rw-r--r-- | src/tools/rust-analyzer/docs/dev/lsp-extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/dev/lsp-extensions.md b/src/tools/rust-analyzer/docs/dev/lsp-extensions.md index 826ce112448..21ac3a5a269 100644 --- a/src/tools/rust-analyzer/docs/dev/lsp-extensions.md +++ b/src/tools/rust-analyzer/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp/ext.rs hash: 512c06cd8b46a21d +lsp/ext.rs hash: 6dd762ae19630ec0 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: |
