Skip to content

Commit 1e61ed7

Browse files
committed
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: rust-analyzer/rust-project.json-example#4 Since I can't figure out an example, this commit removes the link pending better documentation.
2 parents 7f19431 + 898d466 commit 1e61ed7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/user/manual.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,6 @@ There are three ways to feed `rust-project.json` to rust-analyzer:
787787

788788
Relative paths are interpreted relative to `rust-project.json` file location or (for inline JSON) relative to `rootUri`.
789789

790-
See https://github.com/rust-analyzer/rust-project.json-example for a small example.
791-
792790
You can set the `RA_LOG` environment variable to `rust_analyzer=info` to inspect how rust-analyzer handles config and project loading.
793791

794792
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.

0 commit comments

Comments
 (0)