diff options
| author | bors <bors@rust-lang.org> | 2024-04-29 08:16:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-29 08:16:11 +0000 |
| commit | f7de09415c93a67ad3356a3d2eaebc96dcecb7ca (patch) | |
| tree | 499b709a1ee2881835e876b992d268fdf7869d52 /src | |
| parent | 3e3faf00fcc7f279ec8e0aa3bb13426f3f11887a (diff) | |
| parent | 0daa8915cf8719e2d59e7add8e84475201523dcc (diff) | |
| download | rust-f7de09415c93a67ad3356a3d2eaebc96dcecb7ca.tar.gz rust-f7de09415c93a67ad3356a3d2eaebc96dcecb7ca.zip | |
Auto merge of #17144 - cbiffle:patch-1, r=Veykril
manual: remove suggestion of rust-project.json example The manual has been linking to the repo https://github.com/rust-analyzer/rust-project.json-example/tree/master This repo does not contain a rust-project.json, does not appear to have _ever_ contained a rust-project.json, and my bug report about this has gone untouched: https://github.com/rust-analyzer/rust-project.json-example/issues/4 Since I can't figure out an example, this commit removes the link pending better documentation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/rust-analyzer/docs/user/manual.adoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/docs/user/manual.adoc b/src/tools/rust-analyzer/docs/user/manual.adoc index 6521b6d8b36..7b531b0db31 100644 --- a/src/tools/rust-analyzer/docs/user/manual.adoc +++ b/src/tools/rust-analyzer/docs/user/manual.adoc @@ -787,8 +787,6 @@ There are three ways to feed `rust-project.json` to rust-analyzer: Relative paths are interpreted relative to `rust-project.json` file location or (for inline JSON) relative to `rootUri`. -See https://github.com/rust-analyzer/rust-project.json-example for a small example. - You can set the `RA_LOG` environment variable to `rust_analyzer=info` to inspect how rust-analyzer handles config and project loading. Note that calls to `cargo check` are disabled when using `rust-project.json` by default, so compilation errors and warnings will no longer be sent to your LSP client. |
