aboutsummaryrefslogtreecommitdiff
path: root/guide.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-20 12:46:36 +0000
committerAleksey Kladov <[email protected]>2019-01-21 08:27:01 +0000
commit068db9fd6d8faa269af39447bd2667fe766afa05 (patch)
tree4494ab6af8342613b7afbc281929e77aed5c87b2 /guide.md
parentc33202ec8245786932795478d650b686b136f913 (diff)
fix the tag
Diffstat (limited to 'guide.md')
-rw-r--r--guide.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/guide.md b/guide.md
index 12db0a82d..e103c7f9c 100644
--- a/guide.md
+++ b/guide.md
@@ -3,9 +3,11 @@
3## About the guide 3## About the guide
4 4
5This guide describes the current start of the rust-analyzer as of 2019-01-20 5This guide describes the current start of the rust-analyzer as of 2019-01-20
6(commit hash guide-2019-01). Its purpose is to 6(git tag [guide-2019-01]). Its purpose is to document various problems and
7document various problems and architectural solutions related to the problem of 7architectural solutions related to the problem of building IDE-first compiler
8building IDE-first compiler. 8for Rust.
9
10[guide-2019-01]: https://github.com/rust-analyzer/rust-analyzer/tree/guide-2019-01
9 11
10## The big picture 12## The big picture
11 13