Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/contributing/guide.md')
| -rw-r--r-- | docs/book/src/contributing/guide.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/book/src/contributing/guide.md b/docs/book/src/contributing/guide.md index d06840368c..9e944bfe0f 100644 --- a/docs/book/src/contributing/guide.md +++ b/docs/book/src/contributing/guide.md @@ -7,13 +7,11 @@ This guide describes the current state of rust-analyzer as of the 2024-01-01 rel architectural solutions related to the problem of building IDE-first compiler for Rust. There is a video version of this guide as well - however, it's based on an older 2019-01-20 release (git tag [guide-2019-01]): -https://youtu.be/ANKBNiSWyfc. +<https://youtu.be/ANKBNiSWyfc>. [guide-2019-01]: https://github.com/rust-lang/rust-analyzer/tree/guide-2019-01 [2024-01-01]: https://github.com/rust-lang/rust-analyzer/tree/2024-01-01 -<!-- toc --> - ## The big picture On the highest possible level, rust-analyzer is a stateful component. A client may |