Skip to content

Commit

Permalink
Merge pull request #18548 from markmurphydev/master
Browse files Browse the repository at this point in the history
Update file path for request.rs entry point in architecture.md
  • Loading branch information
lnicola authored Nov 23, 2024
2 parents c0bbbb3 + 9f73787 commit a2bb014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The underlying engine makes sure that model is computed lazily (on-demand) and c
`crates/rust-analyzer/src/bin/main.rs` contains the main function which spawns LSP.
This is *the* entry point, but it front-loads a lot of complexity, so it's fine to just skim through it.

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

`Analysis` and `AnalysisHost` types define the main API for consumers of IDE services.

Expand Down

0 comments on commit a2bb014

Please sign in to comment.