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
4242` crates/rust-analyzer/src/bin/main.rs ` contains the main function which spawns LSP.
4343This is * the* entry point, but it front-loads a lot of complexity, so it's fine to just skim through it.
4444
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.
4646
4747` Analysis ` and ` AnalysisHost ` types define the main API for consumers of IDE services.
4848
You can’t perform that action at this time.
0 commit comments