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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -595,7 +595,7 @@ interface Dep {
595
595
This format is provisional and subject to change.
596
596
Specifically, the `roots` setup will be different eventually.
597
597
598
-
There are tree ways to feed `rust-project.json` to rust-analyzer:
598
+
There are three ways to feed `rust-project.json` to rust-analyzer:
599
599
600
600
* Place `rust-project.json` file at the root of the project, and rust-anlayzer will discover it.
601
601
* Specify `"rust-analyzer.linkedProjects": [ "path/to/rust-project.json" ]` in the settings (and make sure that your LSP client sends settings as a part of initialize request).
0 commit comments