diff options
author | Edwin Cheng <[email protected]> | 2020-02-20 07:25:59 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2020-02-21 10:33:45 +0000 |
commit | b21ead6edef8ecf67749150df2f79ab2263465c5 (patch) | |
tree | b6b8e7b4d0644a784890353004420670249e2ced /docs | |
parent | 4e48a73f9c342544e4eabd1c1cd31cdfb6a6e5e3 (diff) |
Add document for `Show RA Version`
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/features.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user/features.md b/docs/user/features.md index 309d2775d..a00fa35da 100644 --- a/docs/user/features.md +++ b/docs/user/features.md | |||
@@ -89,6 +89,10 @@ Shows the full macro expansion of the macro at current cursor. | |||
89 | 89 | ||
90 | Shows internal statistic about memory usage of rust-analyzer | 90 | Shows internal statistic about memory usage of rust-analyzer |
91 | 91 | ||
92 | #### Show RA Version | ||
93 | |||
94 | Show current rust-analyzer version | ||
95 | |||
92 | #### Run garbage collection | 96 | #### Run garbage collection |
93 | 97 | ||
94 | Manually triggers GC | 98 | Manually triggers GC |