diff options
| author | Ddystopia <alexanderbabak@proton.me> | 2023-04-26 16:47:34 +0200 |
|---|---|---|
| committer | Ddystopia <alexanderbabak@proton.me> | 2023-05-02 17:08:54 +0200 |
| commit | b74b9797bcc766fe0ddbb1a72675460c29ad1fe5 (patch) | |
| tree | 65915a8084df4e1cc111a63549f21528fca2f1f4 | |
| parent | b64c31c40aa36b45f2d2caea43966a4469c3e0a6 (diff) | |
| download | rust-b74b9797bcc766fe0ddbb1a72675460c29ad1fe5.tar.gz rust-b74b9797bcc766fe0ddbb1a72675460c29ad1fe5.zip | |
Update hash in `lsp-extensions.md`
| -rw-r--r-- | docs/dev/lsp-extensions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index 55a3708d295..13407f80b22 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp_ext.rs hash: fdf1afd34548abbc +lsp_ext.rs hash: 4e825bd8f3921c87 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: @@ -863,7 +863,7 @@ export interface Diagnostic { export interface FetchDependencyListParams {} ``` -**Response:** +**Response:** ```typescript export interface FetchDependencyListResult { crates: { @@ -873,4 +873,4 @@ export interface FetchDependencyListResult { }[]; } ``` -Returns all crates from this workspace, so it can be used create a viewTree to help navigate the dependency tree. \ No newline at end of file +Returns all crates from this workspace, so it can be used create a viewTree to help navigate the dependency tree. |
