diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-08 19:16:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-08 19:16:05 +0000 |
| commit | c5189a22ccf4c28e309e4189defbb88b83bb2aea (patch) | |
| tree | a9eccedac7905ac3b6d6608b4607241ddefe6a63 /docs | |
| parent | 8b7e82b012c417ec40a896203ad79f20cf5530ef (diff) | |
| parent | 9faf8dd69a819e50b9c973857fe324d7605e2d24 (diff) | |
| download | rust-c5189a22ccf4c28e309e4189defbb88b83bb2aea.tar.gz rust-c5189a22ccf4c28e309e4189defbb88b83bb2aea.zip | |
Merge #7923
7923: Remove useless code_model indirection r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 0a3fd428564..e2237ca9568 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -46,7 +46,7 @@ This is *the* entry point, but it front-loads a lot of complexity, so its fine t `crates/rust-analyzer/src/handlers.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. +`Analysis` and `AnalysisHost` types define the main API for consumers of IDE services. ## Code Map |
