about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs/dev
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2024-04-20 19:17:08 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2024-04-20 19:17:08 +0300
commitb0a18daa75723b16e32b1b7e29c642dc05098685 (patch)
treea8d0e270ddb0f902786e8b589aea1741b20e7ddb /src/tools/rust-analyzer/docs/dev
parent584f183dc0e0ce8d981811ebbf67886c0cfef9e0 (diff)
parent55d9a533b309119c8acd13061581b43ae8840823 (diff)
downloadrust-b0a18daa75723b16e32b1b7e29c642dc05098685.tar.gz
rust-b0a18daa75723b16e32b1b7e29c642dc05098685.zip
Merge commit '55d9a533b309119c8acd13061581b43ae8840823' into sync-from-ra
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev')
-rw-r--r--src/tools/rust-analyzer/docs/dev/lsp-extensions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/docs/dev/lsp-extensions.md b/src/tools/rust-analyzer/docs/dev/lsp-extensions.md
index 939b1819c7e..f1815082e2e 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: 223f48a89a5126a0
+lsp/ext.rs hash: dd51139b0530147e
 
 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:
@@ -444,7 +444,7 @@ interface DiscoverTestResults {
     // For each file which its uri is in this list, the response
     // contains all tests that are located in this file, and
     // client should remove old tests not included in the response.
-    scopeFile: lc.TextDocumentIdentifier[] | undefined;    
+    scopeFile: lc.TextDocumentIdentifier[] | undefined;
 }
 ```