diff options
| author | Kirill Bulatov <mail4score@gmail.com> | 2024-12-09 22:09:25 +0200 |
|---|---|---|
| committer | Kirill Bulatov <mail4score@gmail.com> | 2024-12-09 22:26:00 +0200 |
| commit | e8e3949698289876e8b309ced9dc85f962021437 (patch) | |
| tree | bcf5330108f1a624824f47083c61eb4d29c62b0a /src/tools/rust-analyzer/docs/dev | |
| parent | cbc006993957595db56432d0d0b43e944fd5e9d7 (diff) | |
| download | rust-e8e3949698289876e8b309ced9dc85f962021437.tar.gz rust-e8e3949698289876e8b309ced9dc85f962021437.zip | |
Always compute the hash when r-a wants the imports to be resolved
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev')
| -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 00863825170..80b35d453a3 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: 7d77940d7e63a8b +lsp/ext.rs hash: c4c37ab0bcf7ccb0 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: |
