about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorStanislav <enomado@users.noreply.github.com>2022-09-09 20:58:06 +0300
committerStanislav <enomado@users.noreply.github.com>2022-09-09 20:58:06 +0300
commitf7f4792f4f4492e62a9439bdf214acee797e0341 (patch)
tree90d0bf09137801f6b0d3e0f3f6d0569020dcb173 /docs
parent773f9b38e39033576201a7901bb4b321871e8cb5 (diff)
downloadrust-f7f4792f4f4492e62a9439bdf214acee797e0341.tar.gz
rust-f7f4792f4f4492e62a9439bdf214acee797e0341.zip
fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/user/generated_config.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index 337629e17fd..0e301e5d67d 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -262,11 +262,6 @@ also need to add the folders to Code's `files.watcherExclude`.
 --
 Controls file watching implementation.
 --
-[[rust-analyzer.findAllRefs.excludeImports]]rust-analyzer.findAllRefs.excludeImports (default: `false`)::
-+
---
-Exclude imports from find-all-references.
---
 [[rust-analyzer.highlightRelated.breakPoints.enable]]rust-analyzer.highlightRelated.breakPoints.enable (default: `true`)::
 +
 --
@@ -551,6 +546,11 @@ This config takes a map of crate names with the exported proc-macro names to ign
 Internal config, path to proc-macro server executable (typically,
 this is rust-analyzer itself, but we override this in tests).
 --
+[[rust-analyzer.references.excludeImports]]rust-analyzer.references.excludeImports (default: `false`)::
++
+--
+Exclude imports from find-all-references.
+--
 [[rust-analyzer.runnables.command]]rust-analyzer.runnables.command (default: `null`)::
 +
 --