fix the tag

This commit is contained in:
Aleksey Kladov 2019-01-20 15:46:36 +03:00
parent c33202ec82
commit 068db9fd6d

View file

@ -3,9 +3,11 @@
## About the guide ## About the guide
This guide describes the current start of the rust-analyzer as of 2019-01-20 This guide describes the current start of the rust-analyzer as of 2019-01-20
(commit hash guide-2019-01). Its purpose is to (git tag [guide-2019-01]). Its purpose is to document various problems and
document various problems and architectural solutions related to the problem of architectural solutions related to the problem of building IDE-first compiler
building IDE-first compiler. for Rust.
[guide-2019-01]: https://github.com/rust-analyzer/rust-analyzer/tree/guide-2019-01
## The big picture ## The big picture