mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
fix the tag
This commit is contained in:
parent
c33202ec82
commit
068db9fd6d
1 changed files with 5 additions and 3 deletions
8
guide.md
8
guide.md
|
@ -3,9 +3,11 @@
|
|||
## About the guide
|
||||
|
||||
This guide describes the current start of the rust-analyzer as of 2019-01-20
|
||||
(commit hash guide-2019-01). Its purpose is to
|
||||
document various problems and architectural solutions related to the problem of
|
||||
building IDE-first compiler.
|
||||
(git tag [guide-2019-01]). Its purpose is to document various problems and
|
||||
architectural solutions related to the problem of building IDE-first compiler
|
||||
for Rust.
|
||||
|
||||
[guide-2019-01]: https://github.com/rust-analyzer/rust-analyzer/tree/guide-2019-01
|
||||
|
||||
## The big picture
|
||||
|
||||
|
|
Loading…
Reference in a new issue