diff options
author | Aleksey Kladov <[email protected]> | 2021-03-08 19:14:52 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-03-08 19:14:52 +0000 |
commit | 9faf8dd69a819e50b9c973857fe324d7605e2d24 (patch) | |
tree | a9eccedac7905ac3b6d6608b4607241ddefe6a63 /docs/dev | |
parent | e346a9c5e1f5fb536df19086a52411cf05255ac9 (diff) |
Hygiene is an internal implementation detail of the compiler
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 | ||