diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-04-23 05:03:55 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-04-23 05:03:55 +0000 |
| commit | cc1bf5e471ca1acdb33032849336b5af24fc46c9 (patch) | |
| tree | b32569375504b195ce038e858e98718dcb10814a /src/tools/rust-analyzer/docs/dev | |
| parent | fb2396cbda433eebb0da1cdf2cc4c0b72074c2dc (diff) | |
| parent | aca749eefceaed0cda19a7ec5e472fce9387bc00 (diff) | |
| download | rust-cc1bf5e471ca1acdb33032849336b5af24fc46c9.tar.gz rust-cc1bf5e471ca1acdb33032849336b5af24fc46c9.zip | |
Merge from rustc
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev')
| -rw-r--r-- | src/tools/rust-analyzer/docs/dev/lsp-extensions.md | 4 |
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; } ``` |
