diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-08 19:16:05 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-08 19:16:05 +0000 |
commit | c5189a22ccf4c28e309e4189defbb88b83bb2aea (patch) | |
tree | a9eccedac7905ac3b6d6608b4607241ddefe6a63 /docs/dev | |
parent | 8b7e82b012c417ec40a896203ad79f20cf5530ef (diff) | |
parent | 9faf8dd69a819e50b9c973857fe324d7605e2d24 (diff) |
Merge #7923
7923: Remove useless code_model indirection r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/dev')
-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 0a3fd4285..e2237ca95 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 | |||
46 | 46 | ||
47 | `crates/rust-analyzer/src/handlers.rs` implements all LSP requests and is a great place to start if you are already familiar with LSP. | 47 | `crates/rust-analyzer/src/handlers.rs` implements all LSP requests and is a great place to start if you are already familiar with LSP. |
48 | 48 | ||
49 | `Analysis` and `AnalysisHost` types define the main API. | 49 | `Analysis` and `AnalysisHost` types define the main API for consumers of IDE services. |
50 | 50 | ||
51 | ## Code Map | 51 | ## Code Map |
52 | 52 | ||