about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-19 06:58:52 +0000
committerbors <bors@rust-lang.org>2022-08-19 06:58:52 +0000
commit04c487dd516e30f3145bb792c3cbf2265e8e55b3 (patch)
tree5c8e63d7611468d98a1965da9483e8f7289f3903 /docs/dev
parent917bd68b37de4e60e7203061a0a9c23b74d2b5c2 (diff)
parent45b7b6a60a7404d093f4afe81a0da10824cef7b8 (diff)
downloadrust-04c487dd516e30f3145bb792c3cbf2265e8e55b3.tar.gz
rust-04c487dd516e30f3145bb792c3cbf2265e8e55b3.zip
Auto merge of #13063 - Veykril:stop-flycheck, r=Veykril
Implement lsp extension for cancelling running flychecks

Fixes https://github.com/rust-lang/rust-analyzer/issues/4828
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/lsp-extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md
index 5040643d34a..6d2c7d7b063 100644
--- a/docs/dev/lsp-extensions.md
+++ b/docs/dev/lsp-extensions.md
@@ -1,5 +1,5 @@
 <!---
-lsp_ext.rs hash: 2a188defec26cc7c
+lsp_ext.rs hash: 7b710095d773b978
 
 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: