You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/user/manual.adoc
-2
Original file line number
Diff line number
Diff line change
@@ -787,8 +787,6 @@ There are three ways to feed `rust-project.json` to rust-analyzer:
787
787
788
788
Relative paths are interpreted relative to `rust-project.json` file location or (for inline JSON) relative to `rootUri`.
789
789
790
-
See https://github.com/rust-analyzer/rust-project.json-example for a small example.
791
-
792
790
You can set the `RA_LOG` environment variable to `rust_analyzer=info` to inspect how rust-analyzer handles config and project loading.
793
791
794
792
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