File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/tools/rust-analyzer/docs/dev Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The underlying engine makes sure that model is computed lazily (on-demand) and c
42
42
` crates/rust-analyzer/src/bin/main.rs ` contains the main function which spawns LSP.
43
43
This is * the* entry point, but it front-loads a lot of complexity, so it's fine to just skim through it.
44
44
45
- ` crates/rust-analyzer/src/handlers/requests .rs ` implements all LSP requests and is a great place to start if you are already familiar with LSP.
45
+ ` crates/rust-analyzer/src/handlers/request .rs ` implements all LSP requests and is a great place to start if you are already familiar with LSP.
46
46
47
47
` Analysis ` and ` AnalysisHost ` types define the main API for consumers of IDE services.
48
48
You can’t perform that action at this time.
0 commit comments