about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs/dev
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-07-26 14:36:13 +0200
committerLukas Wirth <lukastw97@gmail.com>2024-07-26 14:38:19 +0200
commitf6e2fca74b572ed0f858d612cf7844db8298f8a0 (patch)
tree10f6117045477997e44ccce754875ddff35c6ece /src/tools/rust-analyzer/docs/dev
parent4a6b461df304dd00134eaa568071a3247bcfa1b2 (diff)
downloadrust-f6e2fca74b572ed0f858d612cf7844db8298f8a0.tar.gz
rust-f6e2fca74b572ed0f858d612cf7844db8298f8a0.zip
Internal: Cleanup proc-macro error handling
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev')
-rw-r--r--src/tools/rust-analyzer/docs/dev/lsp-extensions.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/tools/rust-analyzer/docs/dev/lsp-extensions.md b/src/tools/rust-analyzer/docs/dev/lsp-extensions.md
index a29b42a857c..e559f88e233 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: f41950db4c7b3a5a
+lsp/ext.rs hash: e92e1f12229b0071
 
 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:
@@ -789,14 +789,6 @@ Renders rust-analyzer's crate graph as an SVG image.
 
 If `full` is `true`, the graph includes non-workspace crates (crates.io dependencies as well as sysroot crates).
 
-## Shuffle Crate Graph
-
-**Method:** `rust-analyzer/shuffleCrateGraph`
-
-**Request:** `null`
-
-Shuffles the crate IDs in the crate graph, for debugging purposes.
-
 ## Expand Macro
 
 **Method:** `rust-analyzer/expandMacro`