diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-04-26 08:06:15 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-04-26 08:19:28 +0200 |
| commit | c21860bd6a8ec683f881aa8509fd7c61b074f2eb (patch) | |
| tree | a1243402d1464fb32e56947680ff6853a9cc1636 /docs | |
| parent | 943d2a8a1ca15e8b28a1f51f5a5c135e3728da04 (diff) | |
| download | rust-c21860bd6a8ec683f881aa8509fd7c61b074f2eb.tar.gz rust-c21860bd6a8ec683f881aa8509fd7c61b074f2eb.zip | |
Remove proc-macro server command from the rust-analyzer binary
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/generated_config.adoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 0c3432e9036..e9b3d45a373 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -679,8 +679,7 @@ This config takes a map of crate names with the exported proc-macro names to ign [[rust-analyzer.procMacro.server]]rust-analyzer.procMacro.server (default: `null`):: + -- -Internal config, path to proc-macro server executable (typically, -this is rust-analyzer itself, but we override this in tests). +Internal config, path to proc-macro server executable. -- [[rust-analyzer.references.excludeImports]]rust-analyzer.references.excludeImports (default: `false`):: + |
