about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-14 12:50:40 +0000
committerbors <bors@rust-lang.org>2024-10-14 12:50:40 +0000
commitd764d87c9fcd439d8b09c2bd59776bbea868cc46 (patch)
treeb6be33e291bc0b966357834d1bc499c63cba0172 /src/tools/rust-analyzer/docs
parentb2048dfb9bef87dc325a31b46d28315895500396 (diff)
parent7bc615050f3d9bfd241360aabfc74943e0578060 (diff)
downloadrust-d764d87c9fcd439d8b09c2bd59776bbea868cc46.tar.gz
rust-d764d87c9fcd439d8b09c2bd59776bbea868cc46.zip
Auto merge of #18291 - roife:fix-issue-18212, r=Veykril
feat: respect references.exclude_tests in call-hierarchy

close #18212

### Changes

1. feat: respect `references.exclude_tests` in call-hierarchy
2. Modified the description of `references.exclude_tests`
Diffstat (limited to 'src/tools/rust-analyzer/docs')
-rw-r--r--src/tools/rust-analyzer/docs/user/generated_config.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/user/generated_config.adoc b/src/tools/rust-analyzer/docs/user/generated_config.adoc
index 708fc2b7891..babeb4272be 100644
--- a/src/tools/rust-analyzer/docs/user/generated_config.adoc
+++ b/src/tools/rust-analyzer/docs/user/generated_config.adoc
@@ -852,7 +852,7 @@ Exclude imports from find-all-references.
 [[rust-analyzer.references.excludeTests]]rust-analyzer.references.excludeTests (default: `false`)::
 +
 --
-Exclude tests from find-all-references.
+Exclude tests from find-all-references and call-hierarchy.
 --
 [[rust-analyzer.runnables.command]]rust-analyzer.runnables.command (default: `null`)::
 +