diff options
| author | bors <bors@rust-lang.org> | 2022-09-12 12:09:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-12 12:09:57 +0000 |
| commit | e38dfe55365cfbc787db917b2c423942d607775e (patch) | |
| tree | ba8a08cdebc9675d8168d1cf1359a5c01ce19bb8 /docs/user | |
| parent | 352a5b86251625eed09668f5281b097b30d164c0 (diff) | |
| parent | f7f4792f4f4492e62a9439bdf214acee797e0341 (diff) | |
| download | rust-e38dfe55365cfbc787db917b2c423942d607775e.tar.gz rust-e38dfe55365cfbc787db917b2c423942d607775e.zip | |
Auto merge of #13186 - enomado:master, r=Veykril
Filter imports on find-all-references Attempt to #13184
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 6757624aea6..2b02c64b66f 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -551,6 +551,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`):: + -- |
